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