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)
31using HttpResponseMessage response = await _client.SendAsync(request, cancellationToken).ConfigureAwait(false); 44HttpResponseMessage response = await _client.SendAsync(request, cancellationToken).ConfigureAwait(false); 59HttpResponseMessage putResponse = await _client.PutAsync(new Uri(_baseUri, $"/v2/{repositoryName}/manifests/{reference}"), manifestUploadContent, cancellationToken).ConfigureAwait(false);