4 references to _projectPathsByIdentity
Aspire.Hosting.Dotnet (4)
DotnetProjectBuildResource.cs (4)
88
if (
_projectPathsByIdentity
.TryGetValue(projectIdentity, out var coordinatedProjectPath))
93
_projectPathsByIdentity
.Add(projectIdentity, fullPath);
113
_projectPathsByIdentity
.Clear();
136
_projectPathsByIdentity
.Clear();