1 write to _charPool
Microsoft.AspNetCore.WebUtilities (1)
HttpRequestStreamReader.cs (1)
75
_charPool
= charPool ?? throw new ArgumentNullException(nameof(charPool));
3 references to _charPool
Microsoft.AspNetCore.WebUtilities (3)
HttpRequestStreamReader.cs (3)
91
_charBuffer =
_charPool
.Rent(requiredLength);
99
_charPool
.Return(_charBuffer);
114
_charPool
.Return(_charBuffer);