3 references to LimitArrayPoolWriteStream
System.Net.Http (3)
System\Net\Http\HttpClient.cs (2)
203
buffer = new HttpContent.
LimitArrayPoolWriteStream
(
281
buffer = new HttpContent.
LimitArrayPoolWriteStream
(
System\Net\Http\HttpContent.cs (1)
631
tempBuffer = new
LimitArrayPoolWriteStream
((int)maxBufferSize, contentLength, getFinalSizeFromPool: false);