2 references to CreateContentReadStreamAsyncCore
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (2)
156
ValueTask<Stream> task =
CreateContentReadStreamAsyncCore
(async: false, cancellationToken);
162
CreateContentReadStreamAsyncCore
(async: true, cancellationToken).AsTask();