3 instantiations of MSBuildProjectInstance
NuGet.Build.Tasks.Console (3)
MSBuildProjectInstance.cs (1)
45return new MSBuildProjectInstance(projectInstance);
MSBuildStaticGraphRestore.cs (2)
836new ProjectWithInnerNodes(args.targetFramework, new MSBuildProjectInstance(args.projectInstance)), 838project.Add(args.targetFramework, new MSBuildProjectInstance(args.projectInstance)),
2 references to MSBuildProjectInstance
NuGet.Build.Tasks.Console (2)
MSBuildProjectInstance.cs (2)
25/// Initializes a new instance of the <see cref="MSBuildProjectInstance" /> class. 43public static implicit operator MSBuildProjectInstance(ProjectInstance projectInstance)