1 implementation of GetJsonAsync
Microsoft.NET.Build.Containers (1)
Registry\DefaultBlobOperations.cs (1)
44
public async Task<JsonNode>
GetJsonAsync
(string repositoryName, string digest, CancellationToken cancellationToken)
1 reference to GetJsonAsync
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
255
JsonNode configDoc = await _registryAPI.Blob.
GetJsonAsync
(repositoryName, configSha, cancellationToken).ConfigureAwait(false);