3 references to ProjectCollection
dotnet (2)
Commands\Run\RunCommand.cs (1)
1100using var collection = new ProjectCollection(globalProperties: globalProperties);
Commands\Test\MTP\MSBuildUtility.cs (1)
388using var collection = new ProjectCollection(globalProperties);
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
219: this(null)