1 write to _charEnd
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1422_charEnd = inCharStart + inCharCount;
3 references to _charEnd
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
1441fallbackBuffer.InternalInitialize(_chars, _charEnd, _encoder, _bytes is not null); 1507(fallbackBuffer.Remaining > 0) || (_chars < _charEnd); 1517if (_chars < _charEnd)