2 references to FromJsonAsyncCore
System.Net.Http.Json (2)
System\Net\Http\Json\HttpClientJsonExtensions.Delete.cs (1)
49FromJsonAsyncCore(s_deleteAsync, client, requestUri, type, options, cancellationToken);
System\Net\Http\Json\HttpClientJsonExtensions.Get.cs (1)
29FromJsonAsyncCore(static (client, uri, cancellation) => client.GetAsync(uri, HttpCompletionOption.ResponseHeadersRead, cancellation), client, requestUri, type, options, cancellationToken);