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