2 writes to _resolvedProjectPath
Aspire.Hosting.Dotnet (2)
DotnetProjectMetadata.cs (2)
22
public string ProjectPath =>
_resolvedProjectPath
??= ProjectPathResolver.ResolveProjectPath(projectPath);
43
_resolvedProjectPath
= coordinatedProjectPath;