3 references to ReadFromJsonAsync
Aspire.Hosting.Azure.Sandboxes (2)
Internal\Adc\AzureDevComputeClient.cs (2)
216var result = await response.Content.ReadFromJsonAsync<T>(s_jsonSerializerOptions, cancellationToken).ConfigureAwait(false); 271var result = await response.Content.ReadFromJsonAsync<T>(s_jsonSerializerOptions, cancellationToken).ConfigureAwait(false);
System.Net.Http.Json (1)
System\Net\Http\Json\HttpContentJsonExtensions.cs (1)
79return ReadFromJsonAsync<T>(content, options: null, cancellationToken: cancellationToken);