6 references to CreateProjectInstance
dotnet (6)
Commands\Run\Api\RunApiCommand.cs (1)
132var targetCommand = (Utils.Command)runCommand.GetTargetCommand(result.Profile, buildCommand.CreateProjectInstance, cachedRunProperties: null, logger: null);
Commands\Run\RunCommand.cs (2)
200projectFactory = CanUseRunPropertiesForCscBuiltProgram(BuildLevel.None, cacheEntry) ? null : projectBuilder.CreateProjectInstance; 475projectFactory = CanUseRunPropertiesForCscBuiltProgram(projectBuilder.LastBuild.Level, projectBuilder.LastBuild.Cache?.PreviousEntry) ? null : projectBuilder.CreateProjectInstance;
Commands\Run\VirtualProjectBuildingCommand.cs (2)
334CreateProjectInstance(projectCollection), 374projectInstance ??= CreateProjectInstance(projectCollection);
ReleasePropertyProjectLocator.cs (1)
102.CreateProjectInstance(ProjectCollection.GlobalProjectCollection);