1 write to PackageSourceRepository
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
466PackageSourceRepository = packageSourceRepository;
4 references to PackageSourceRepository
NuGet.Protocol (4)
Plugins\PluginManager.cs (4)
226var cacheEntry = new PluginCacheEntry(_pluginsCacheDirectoryPath.Value, result.PluginFile.Path, requestKey.PackageSourceRepository); 476return HashCodeCombiner.GetHashCode(PluginFilePath, PackageSourceRepository); 493PackageSourceRepository, 494other.PackageSourceRepository,