3 writes to _chars
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
1273_chars = charStart; 1304*(_chars++) = ch; 1380if (!_fallbackBuffer.InternalFallback(byteBuffer, _bytes, ref _chars))
9 references to _chars
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (9)
1294if (_chars is not null) 1296if (_chars >= _charEnd) 1300_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 1315if (_chars >= _charEnd - 1) 1319_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 1377if (_chars is not null) 1379char* pTemp = _chars; 1385_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 1388_charCountResult += unchecked((int)(_chars - pTemp));