1 implementation of TargetGraphName
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
57public string TargetGraphName { get; }
4 references to TargetGraphName
NuGet.Commands (4)
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (3)
83.Select(e => GetMissingLowerBoundMessage(e, graph.TargetGraphName))); 168var graphName = indexedGraph.Graph.TargetGraphName; 298messages.Add(RestoreLogMessage.CreateWarning(NuGetLogCode.NU1608, message, dependencyId, graph.TargetGraphName));
RestoreCommand\Diagnostics\UnresolvedMessages.cs (1)
35graph.TargetGraphName,