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
);
1296
if (_chars >=
_charEnd
)
1315
if (_chars >=
_charEnd
- 1)