3 references to ProjectInstance
dotnet (3)
Commands\Reference\FileBasedAppReferenceEditor.cs (1)
234return new ProjectInstance(projectRootElement);
Commands\Reference\List\ReferenceListCommand.cs (1)
52ProjectInstance projectInstance = new(msbuildProj.ProjectRootElement);
Commands\Solution\Add\SolutionAddCommand.cs (1)
177ProjectInstance projectInstance = new ProjectInstance(projectRootElement);