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