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