1 instantiation of IndexedPackageSource
NuGet.Configuration (1)
PackageSource\PackageSourceProvider.cs (1)
327packageSourceLookup[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); 321Dictionary<string, IndexedPackageSource> packageSourceLookup, 325if (!packageSourceLookup.TryGetValue(packageSource.Name, out var previouslyAddedSource))