Implemented interface member:
property
Graphs
NuGet.Commands.IRestoreTargetGraph.Graphs
1 write to Graphs
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
83Graphs = graphs;
4 references to Graphs
NuGet.Commands (4)
RestoreCommand\LockFileBuilder.cs (1)
526foreach (GraphNode<RemoteResolveResult> rootNode in targetGraph.Graphs)
RestoreCommand\Utility\AuditUtility.cs (1)
380GraphItem<RemoteResolveResult>? currentProject = graph.Graphs.FirstOrDefault()?.Item;
RestoreCommand\Utility\BuildAssetsUtils.cs (1)
560foreach (var projectGraph in targetGraph.Graphs)
RestoreCommand\Utility\IncludeFlagUtils.cs (1)
101foreach (var graph in targetGraph.Graphs)