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