1 write to RestoreGraphs
NuGet.Commands (1)
RestoreCommand\RestoreResult.cs (1)
126
RestoreGraphs
= restoreGraphs;
4 references to RestoreGraphs
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
461
.
RestoreGraphs
;
NuGet.Commands (2)
RestoreCommand\RestoreResult.cs (2)
158
return new HashSet<LibraryIdentity>(
RestoreGraphs
.Where(g => !g.InConflict).SelectMany(g => g.Install).Distinct().Select(m => m.Library));
170
return new HashSet<LibraryRange>(
RestoreGraphs
.SelectMany(g => g.Unresolved).Distinct());
NuGet.PackageManagement (1)
InstallationCompatibility.cs (1)
53
.
RestoreGraphs