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)
64return _index.SelectMany(e => e.Value).ToList(); 96if (_index.TryGetValue(type, out entries))