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