2 references to LimitArrayPoolWriteStream
System.Net.Http (2)
System\Net\Http\HttpClient.cs (1)
203using var buffer = new HttpContent.LimitArrayPoolWriteStream(_maxResponseContentBufferSize, (int)c.Headers.ContentLength.GetValueOrDefault());
System\Net\Http\HttpContent.cs (1)
931public LimitArrayPoolWriteStream(int maxBufferSize) : this(maxBufferSize, InitialLength) { }