1 write to _client
Microsoft.NET.Build.Containers (1)
Registry\DefaultManifestOperations.cs (1)
22
_client
= client;
2 references to _client
Microsoft.NET.Build.Containers (2)
Registry\DefaultManifestOperations.cs (2)
31
HttpResponseMessage response = await
_client
.SendAsync(request, cancellationToken).ConfigureAwait(false);
46
HttpResponseMessage putResponse = await
_client
.PutAsync(new Uri(_baseUri, $"/v2/{repositoryName}/manifests/{reference}"), manifestUploadContent, cancellationToken).ConfigureAwait(false);