1 write to _bytePool
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs (1)
49
_bytePool
= bytePool;
1 reference to _bytePool
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs (1)
59
return new HttpResponseStreamWriter(stream, encoding, DefaultBufferSize,
_bytePool
, _charPool);