10 references to CreateProjectInstance
dotnet (7)
Commands\Run\RunCommand.cs (2)
622return collection.LoadProject(projectFilePath).CreateProjectInstance(); 1122var project = collection.LoadProject(ProjectFileFullPath).CreateProjectInstance();
Commands\Run\RunCommandSelector.cs (5)
180projectInstance = _project.CreateProjectInstance(); 192projectInstance = _project.CreateProjectInstance(); 222return _restoreProject.CreateProjectInstance(); 228return _project.CreateProjectInstance(); 240return _restoreProject.CreateProjectInstance();
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1781ProjectInstance newInstance = project.CreateProjectInstance();
Graph\ProjectGraph.cs (1)
47/// using <see cref="Project.CreateProjectInstance()" /> with the flag
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
267var projectInstance = project.CreateProjectInstance();