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