2 references to _nuspecReaders
NuGet.Protocol (2)
Utility\FindPackagesByIdNupkgDownloader.cs (2)
64
if (
_nuspecReaders
.TryGetValue(url, out reader))
93
_nuspecReaders
[url] = reader;