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