1 write to _index
NuGet.Protocol (1)
LocalRepositories\FindLocalPackagesResourceUnzipped.cs (1)
31
_index
= new Lazy<Dictionary<PackageIdentity, LocalPackageInfo>>(() => GetIndex(_packages));
2 references to _index
NuGet.Protocol (2)
LocalRepositories\FindLocalPackagesResourceUnzipped.cs (2)
50
_index
.Value.TryGetValue(identity, out package);
61
return
_index
.Value.ContainsKey(identity);