4 references to LoadRanges
NuGet.Protocol (4)
DependencyInfo\RegistrationUtility.cs (2)
111
/// Strongly typed, System.Text.Json based equivalent of <see cref="
LoadRanges
"/>. Returns the registration
114
/// Newtonsoft.Json based <see cref="
LoadRanges
"/> path can be trimmed by the linker.
DependencyInfo\ResolverMetadataClient.cs (1)
63
var ranges = await RegistrationUtility.
LoadRanges
(httpClient, registrationUri, packageId, range, cacheContext, log, token);
Resources\RegistrationResourceV3.cs (1)
136
var ranges = await RegistrationUtility.
LoadRanges
(_client, registrationUri, packageId, range, cacheContext, log, token);