1 instantiation of IndexedPackageSource
NuGet.Configuration (1)
PackageSource\PackageSourceProvider.cs (1)
299packageSourceLookup[packageSource.Name] = new IndexedPackageSource
4 references to IndexedPackageSource
NuGet.Configuration (4)
PackageSource\PackageSourceProvider.cs (4)
98var packageSourceLookup = new Dictionary<string, IndexedPackageSource>(StringComparer.OrdinalIgnoreCase); 135var packageSourceLookup = new Dictionary<string, IndexedPackageSource>(StringComparer.OrdinalIgnoreCase); 293Dictionary<string, IndexedPackageSource> packageSourceLookup, 297if (!packageSourceLookup.TryGetValue(packageSource.Name, out var previouslyAddedSource))