3 instantiations of ReadOnlyStream
System.Net.Http (3)
System\Net\Http\StreamContent.cs (3)
103return new ReadOnlyStream(_content); 110return Task.FromResult<Stream>(new ReadOnlyStream(_content)); 114GetType() == typeof(StreamContent) ? new ReadOnlyStream(_content) : // type check ensures we use possible derived type's CreateContentReadStreamAsync override