4 writes to _chars
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (4)
1421_chars = inCharStart; 1492_chars--; // don't use last char 1502return fallbackBuffer.InternalFallback(charFallback, ref _chars); 1518cReturn = *(_chars++);
6 references to _chars
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (6)
1441fallbackBuffer.InternalInitialize(_chars, _charEnd, _encoder, _bytes is not null); 1488Debug.Assert(_chars > _charStart || 1491if (_chars > _charStart) 1507(fallbackBuffer.Remaining > 0) || (_chars < _charEnd); 1517if (_chars < _charEnd) 1524internal unsafe int CharsUsed => (int)(_chars - _charStart);