3 references to CreateProjectInstance
dotnet (3)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
239CreateProjectInstance(projectCollection, additionalGlobalProperties: GetAdditionalRestoreGlobalProperties(MSBuildArgs.RestoreGlobalProperties)), 724return CreateProjectInstance(projectCollection, additionalGlobalProperties: null);
Commands\Test\MTP\MSBuildUtility.cs (1)
158return evaluationCommand.CreateProjectInstance(buildSession.ProjectCollection, properties);