1 override of GetAllInstalled
NuGet.Commands (1)
RestoreCommand\RequestFactory\NoOpRestoreResult.cs (1)
66
public override ISet<LibraryIdentity>
GetAllInstalled
()
1 reference to GetAllInstalled
NuGet.Commands (1)
RestoreCommand\RestoreSummary.cs (1)
74
InstallCount = result.
GetAllInstalled
().Count;