3 references to LimitArrayPoolWriteStream
System.Net.Http (3)
System\Net\Http\HttpClient.cs (2)
202
using var buffer = new HttpContent.
LimitArrayPoolWriteStream
(
278
using var buffer = new HttpContent.
LimitArrayPoolWriteStream
(
System\Net\Http\HttpContent.cs (1)
619
tempBuffer = new
LimitArrayPoolWriteStream
((int)maxBufferSize, contentLength, getFinalSizeFromPool: false);