Implemented interface member:
property
Flattened
NuGet.Commands.IRestoreTargetGraph.Flattened
1 write to Flattened
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
88Flattened = flattened;
16 references to Flattened
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
477.Flattened
NuGet.Commands (14)
RestoreCommand\CompatibilityChecker.cs (1)
70foreach (var node in graph.Flattened)
RestoreCommand\LockFileBuilder.cs (3)
60.SelectMany(g => g.Flattened) // All GraphItem<RemoteResolveResult> resolved in the graph. 193foreach (var graphItem in targetGraph.Flattened.OrderBy(x => x.Key)) 447.Flattened
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (1)
105foreach (var dependencyGraphItem in targetGraph.Flattened)
RestoreCommand\OriginalCaseGlobalPackageFolder.cs (1)
74.Flattened
RestoreCommand\ProjectRestoreCommand.cs (1)
493foreach (var node in graph.Flattened)
RestoreCommand\RestoreCommand.cs (2)
751telemetry.TelemetryEvent[AnyPackageIdContainsNonAlphanumericDotDashOrUnderscoreCharacters] = graphs.Where(g => !g.InConflict).SelectMany(g => g.Flattened).Any(i => HasNonAlphanumericDotDashOrUnderscoreCharacters(i.Key.Name)); 1708graph.Flattened.Where(e => e.Key.Type != LibraryType.Package)
RestoreCommand\Utility\AuditUtility.cs (2)
222if (graph.Flattened.Any(r => r.Key.Type == LibraryType.Package)) 382foreach (GraphItem<RemoteResolveResult>? node in graph.Flattened.Where(r => r.Key.Type == LibraryType.Package))
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
511var sortedGraph = TopologicalSortUtility.SortPackagesByDependencyOrder(ConvertToPackageDependencyInfo(targetGraph.Flattened)); 515targetGraph.Flattened.Where(e => e.Key.Type == LibraryType.Package)
RestoreCommand\Utility\IncludeFlagUtils.cs (1)
90foreach (var item in targetGraph.Flattened
NuGet.PackageManagement (1)
InstallationCompatibility.cs (1)
54.SelectMany(graph => graph.Flattened)