3 writes to _chars
System.Text.Encoding.CodePages (3)
System\Text\EncodingCharBuffer.cs (3)
27
_chars
= charStart;
60
*(
_chars
++) = ch;
160
if (_fallbackBufferHelper.InternalFallback(byteBuffer, _bytes, ref
_chars
) == false)
10 references to _chars
System.Text.Encoding.CodePages (10)
System\Text\EncodingCharBuffer.cs (10)
50
if (
_chars
!= null)
52
if (
_chars
>= _charEnd)
56
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
73
if (
_chars
is null)
80
if (_charEnd -
_chars
< 2)
84
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
157
if (
_chars
!= null)
159
char* pTemp =
_chars
;
165
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
168
_charCountResult += unchecked((int)(
_chars
- pTemp));