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)
51return new HttpRequestStreamReader(stream, encoding, DefaultBufferSize, _bytePool, _charPool);