2 writes to _directProjectPath
Aspire.Hosting.Dotnet (2)
DotnetProjectBuildResource.cs (2)
111
_directProjectPath
= null;
137
_directProjectPath
= AddProject(projectPath);
2 references to _directProjectPath
Aspire.Hosting.Dotnet (2)
DotnetProjectBuildResource.cs (2)
155
if (
_directProjectPath
is not null)
158
return Task.FromResult(
_directProjectPath
);