1 write to _charPool
Microsoft.AspNetCore.WebUtilities (1)
HttpResponseStreamWriter.cs (1)
71
_charPool
= charPool ?? throw new ArgumentNullException(nameof(charPool));
2 references to _charPool
Microsoft.AspNetCore.WebUtilities (2)
HttpResponseStreamWriter.cs (2)
537
_charPool
.Return(_charBuffer);
557
_charPool
.Return(_charBuffer);