3 references to MSBuildProjectInstance
NuGet.Build.Tasks.Console (3)
MSBuildProjectInstance.cs (1)
45
return new
MSBuildProjectInstance
(projectInstance);
MSBuildStaticGraphRestore.cs (2)
836
new ProjectWithInnerNodes(args.targetFramework, new
MSBuildProjectInstance
(args.projectInstance)),
838
project.Add(args.targetFramework, new
MSBuildProjectInstance
(args.projectInstance)),