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