1 write to _pathIndex
NuGet.Protocol (1)
LocalRepositories\FindLocalPackagesResourceUnzipped.cs (1)
32_pathIndex = new Lazy<Dictionary<Uri, LocalPackageInfo>>(() => GetPathIndex(_packages));
1 reference to _pathIndex
NuGet.Protocol (1)
LocalRepositories\FindLocalPackagesResourceUnzipped.cs (1)
43_pathIndex.Value.TryGetValue(path, out package);