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)
932if (_charBuffer != null) { 933AllocatorProvider.CharBufferAllocator.ReuseBuffer(_charBuffer); 996if (_charBuffer == null) { 999_charBufferLength = _charBuffer.Length; 1003return _charBuffer;