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