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