2 references to SharedBufferWriterPool
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpRequestBodyReader.cs (1)
31
private static readonly ObjectPool<BufferWriter<byte>> _bufferWriterPool = BufferWriterPool.
SharedBufferWriterPool
;
Logging\Internal\HttpResponseBodyReader.cs (1)
25
private static readonly ObjectPool<BufferWriter<byte>> _bufferWriterPool = BufferWriterPool.
SharedBufferWriterPool
;