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);