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