1 write to _bytePool
Microsoft.AspNetCore.WebUtilities (1)
HttpRequestStreamReader.cs (1)
74
_bytePool
= bytePool ?? throw new ArgumentNullException(nameof(bytePool));
3 references to _bytePool
Microsoft.AspNetCore.WebUtilities (3)
HttpRequestStreamReader.cs (3)
86
_byteBuffer =
_bytePool
.Rent(bufferSize);
95
_bytePool
.Return(_byteBuffer);
113
_bytePool
.Return(_byteBuffer);