7 instantiations of RestoreCommandProvidersCache
aspire-managed (1)
NuGet\Commands\RestoreCommand.cs (1)
184var providerCache = new RestoreCommandProvidersCache();
Microsoft.Build.NuGetSdkResolver (1)
RestoreRunnerEx.cs (1)
107IPreLoadedRestoreRequestProvider requestProvider = new DependencyGraphSpecRequestProvider(new RestoreCommandProvidersCache(), dependencyGraphSpec);
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
178var providerCache = new RestoreCommandProvidersCache();
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateIO.cs (1)
136var providerCache = new RestoreCommandProvidersCache();
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
410var providerCache = new RestoreCommandProvidersCache();
NuGet.PackageManagement (2)
NuGetPackageManager.cs (2)
2929var providerCache = new RestoreCommandProvidersCache(); 3971_restoreProviderCache = new RestoreCommandProvidersCache();
17 references to RestoreCommandProvidersCache
aspire-managed (1)
NuGet\Commands\RestoreCommand.cs (1)
184var providerCache = new RestoreCommandProvidersCache();
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
178var providerCache = new RestoreCommandProvidersCache();
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateIO.cs (1)
136var providerCache = new RestoreCommandProvidersCache();
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
410var providerCache = new RestoreCommandProvidersCache();
NuGet.Commands (5)
RestoreCommand\RequestFactory\DependencyGraphFileRequestProvider.cs (2)
16private readonly RestoreCommandProvidersCache _providerCache; 18public DependencyGraphFileRequestProvider(RestoreCommandProvidersCache providerCache)
RestoreCommand\RequestFactory\DependencyGraphSpecRequestProvider.cs (3)
29private readonly RestoreCommandProvidersCache _providerCache; 34RestoreCommandProvidersCache providerCache, 43RestoreCommandProvidersCache providerCache,
NuGet.PackageManagement (8)
BuildIntegration\DependencyGraphRestoreUtility.cs (5)
37RestoreCommandProvidersCache providerCache, 67RestoreCommandProvidersCache providerCache, 118RestoreCommandProvidersCache providerCache, 168RestoreCommandProvidersCache providerCache, 318RestoreCommandProvidersCache providerCache,
NuGetPackageManager.cs (3)
52private RestoreCommandProvidersCache _restoreProviderCache; 2929var providerCache = new RestoreCommandProvidersCache(); 3967private RestoreCommandProvidersCache GetRestoreProviderCache()