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