System\Net\Http\Json\HttpClientJsonExtensions.Get.cs (3)
39FromJsonAsyncCore<TValue>(s_getAsync, client, requestUri, options, cancellationToken);
45FromJsonAsyncCore(s_getAsync, client, requestUri, type, context, cancellationToken);
51FromJsonAsyncCore(s_getAsync, client, requestUri, jsonTypeInfo, cancellationToken);