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