3 instantiations of 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)),
2 references to MSBuildProjectInstance
NuGet.Build.Tasks.Console (2)
MSBuildProjectInstance.cs (2)
25
/// Initializes a new instance of the <see cref="
MSBuildProjectInstance
" /> class.
43
public static implicit operator
MSBuildProjectInstance
(ProjectInstance projectInstance)