2 writes to _index
NuGet.Protocol (2)
Resources\ServiceIndexResourceV3.cs (2)
36
_index
= MakeLookup(index, packageSource);
45
_index
= MakeLookup(model, packageSource);
2 references to _index
NuGet.Protocol (2)
Resources\ServiceIndexResourceV3.cs (2)
64
return
_index
.SelectMany(e => e.Value).ToList();
96
if (
_index
.TryGetValue(type, out entries))