3 writes to _chars
System.Text.Encoding.CodePages (3)
System\Text\EncodingCharBuffer.cs (3)
27
_chars
= charStart;
60
*(
_chars
++) = ch;
155
if (_fallbackBufferHelper.InternalFallback(byteBuffer, _bytes, ref
_chars
) == false)
9 references to _chars
System.Text.Encoding.CodePages (9)
System\Text\EncodingCharBuffer.cs (9)
50
if (
_chars
!= null)
52
if (
_chars
>= _charEnd)
56
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
75
if (_charEnd -
_chars
< 2)
79
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
152
if (
_chars
!= null)
154
char* pTemp =
_chars
;
160
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
163
_charCountResult += unchecked((int)(
_chars
- pTemp));