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); 61return _index.Value.ContainsKey(identity);