3 writes to _charBuffer
System.Web (3)
HttpWriter.cs (3)
824
_charBuffer
= null;
934
_charBuffer
= null;
997
_charBuffer
= AllocatorProvider.CharBufferAllocator.GetBuffer();
5 references to _charBuffer
System.Web (5)
HttpWriter.cs (5)
932
if (
_charBuffer
!= null) {
933
AllocatorProvider.CharBufferAllocator.ReuseBuffer(
_charBuffer
);
996
if (
_charBuffer
== null) {
999
_charBufferLength =
_charBuffer
.Length;
1003
return
_charBuffer
;