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)
1441
fallbackBuffer.InternalInitialize(_chars,
_charEnd
, _encoder, _bytes is not null);
1507
(fallbackBuffer.Remaining > 0) || (_chars <
_charEnd
);
1517
if (_chars <
_charEnd
)