5 references to _projectPaths
Aspire.Hosting.Dotnet (5)
DotnetProjectBuildResource.cs (5)
53
return [..
_projectPaths
];
94
_projectPaths
.Add(fullPath);
112
_projectPaths
.Clear();
135
_projectPaths
.Clear();
174
projectPaths = [..
_projectPaths
];