3 references to CreateContentReadStreamAsyncCore
System.Net.Http (3)
System\Net\Http\MultipartContent.cs (3)
237
ValueTask<Stream> task =
CreateContentReadStreamAsyncCore
(async: false, cancellationToken);
243
CreateContentReadStreamAsyncCore
(async: true, CancellationToken.None).AsTask();
248
GetType() == typeof(MultipartContent) ?
CreateContentReadStreamAsyncCore
(async: true, cancellationToken).AsTask() :