2 writes to _charLen
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (2)
121_charLen = bufferSize; 241_charLen = 0;
8 references to _charLen
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (8)
353if (_charPos == _charLen) 407buffer.Length <= _charLen - _charPos) 459if (_charPos == _charLen) 675if (_charPos == _charLen) 686if (_charPos == _charLen) 783if (_charPos == _charLen) 788int n = Math.Min(_charLen - _charPos, source.Length - copied); 800if (_charPos == _charLen)