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