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