2 instantiations of LimitArrayPoolWriteStream
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
203
using var buffer = new HttpContent.
LimitArrayPoolWriteStream
(_maxResponseContentBufferSize, (int)c.Headers.ContentLength.GetValueOrDefault());
285
new HttpContent.
LimitArrayPoolWriteStream
(_maxResponseContentBufferSize);
2 references to LimitArrayPoolWriteStream
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
203
using
var
buffer = new HttpContent.LimitArrayPoolWriteStream(_maxResponseContentBufferSize, (int)c.Headers.ContentLength.GetValueOrDefault());
300
((HttpContent.
LimitArrayPoolWriteStream
)buffer).ToArray();