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