1 implementation of Flattened
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
51public ISet<GraphItem<RemoteResolveResult>> Flattened { get; }
2 references to Flattened
NuGet.Commands (2)
RestoreCommand\Diagnostics\IndexedRestoreTargetGraph.cs (1)
33foreach (var node in graph.Flattened)
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (1)
256foreach (var node in graph.Flattened)