4 references to ProjectCollection
dotnet (3)
Commands\Run\RunCommand.cs (1)
1121
using var collection = new
ProjectCollection
(globalProperties: globalProperties);
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
167
using var collection = new
ProjectCollection
(globalProperties);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
341
using var ownedCollection = projectCollection is null ? new
ProjectCollection
(globalProperties) : null;
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
213
:
this
(null)