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