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