1 instantiation of V3SearchResults
NuGet.Protocol (1)
Converters\V3SearchResultsConverter.cs (1)
37var searchResults = new V3SearchResults();
5 references to V3SearchResults
NuGet.Protocol (5)
Converters\V3SearchResultsConverter.cs (3)
23public override bool CanConvert(Type objectType) => objectType == typeof(V3SearchResults); 27if (objectType != typeof(V3SearchResults)) 37var searchResults = new V3SearchResults();
Resources\PackageSearchResourceV3.cs (2)
251private async Task<V3SearchResults> ProcessHttpStreamWithoutBufferingAsync(HttpResponseMessage httpInitialResponse, uint take, CancellationToken token) 269return _newtonsoftConvertersSerializer.Deserialize<V3SearchResults>(jsonReader);