1 write to Graph
NuGet.Commands (1)
RestoreCommand\Diagnostics\IndexedRestoreTargetGraph.cs (1)
30
Graph
= graph ?? throw new ArgumentNullException(nameof(graph));
4 references to Graph
NuGet.Commands (4)
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (4)
142
string targetAlias = indexedGraph.
Graph
.TargetAlias;
145
: project.GetPackageDependenciesForFramework(indexedGraph.
Graph
.Framework);
168
var graphName = indexedGraph.
Graph
.TargetGraphName;
254
var graph = indexedGraph.
Graph
;