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