3 references to ProjectInstance
dotnet (2)
Commands\Workload\Restore\WorkloadRestoreCommand.cs (1)
82
var project = new
ProjectInstance
(projectFile, globalProperties, null);
ReleasePropertyProjectLocator.cs (1)
241
return new
ProjectInstance
(projectPath, globalProperties, "Current");
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
212
:
this
(projectFile, null, (string)null)