3 references to s_jsonSerializerOptions
Aspire.Hosting.Azure.Sandboxes (3)
Internal\Adc\AzureDevComputeClient.cs (3)
216
var result = await response.Content.ReadFromJsonAsync<T>(
s_jsonSerializerOptions
, cancellationToken).ConfigureAwait(false);
271
var result = await response.Content.ReadFromJsonAsync<T>(
s_jsonSerializerOptions
, cancellationToken).ConfigureAwait(false);
428
request.Content = JsonContent.Create(content, options:
s_jsonSerializerOptions
);