1 write to _bytePool
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs (1)
41
_bytePool
= bytePool;
1 reference to _bytePool
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs (1)
51
return new HttpRequestStreamReader(stream, encoding, DefaultBufferSize,
_bytePool
, _charPool);