1 write to _charEnd
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1275_charEnd = charStart + charCount;
3 references to _charEnd
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
1289_fallbackBuffer.InternalInitialize(_bytes, _charEnd); 1296if (_chars >= _charEnd) 1315if (_chars >= _charEnd - 1)