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