4 writes to _chars
System.Text.Encoding.CodePages (4)
System\Text\EncodingByteBuffer.cs (4)
28
_chars
= inCharStart;
110
_chars
--; // don't use last char
120
return fallbackBufferHelper.InternalFallback(charFallback, ref
_chars
);
141
cReturn = *(
_chars
++);
6 references to _chars
System.Text.Encoding.CodePages (6)
System\Text\EncodingByteBuffer.cs (6)
45
fallbackBufferHelper.InternalInitialize(
_chars
, _charEnd, _encoder, _bytes != null);
107
Debug.Assert(
_chars
> _charStart || (bThrow && (_bytes == _byteStart)),
109
if (
_chars
> _charStart)
128
return ((fallbackBuffer.Remaining > 0) || (
_chars
< _charEnd));
140
if (
_chars
< _charEnd)
151
return (int)(
_chars
- _charStart);