10 references to CreateProjectInstance
dotnet (7)
Commands\Run\RunCommand.cs (2)
632return collection.LoadProject(projectFilePath).CreateProjectInstance(); 1191var project = collection.LoadProject(ProjectFileFullPath).CreateProjectInstance();
Commands\Run\RunCommandSelector.cs (5)
184projectInstance = _project.CreateProjectInstance(); 196projectInstance = _project.CreateProjectInstance(); 226return _restoreProject.CreateProjectInstance(); 232return _project.CreateProjectInstance(); 244return _restoreProject.CreateProjectInstance();
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1860ProjectInstance 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)
274var projectInstance = project.CreateProjectInstance();