3 writes to _chars
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
1273
_chars
= charStart;
1304
*(
_chars
++) = ch;
1380
if (!_fallbackBuffer.InternalFallback(byteBuffer, _bytes, ref
_chars
))
9 references to _chars
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (9)
1294
if (
_chars
is not null)
1296
if (
_chars
>= _charEnd)
1300
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
1315
if (
_chars
>= _charEnd - 1)
1319
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
1377
if (
_chars
is not null)
1379
char* pTemp =
_chars
;
1385
_enc.ThrowCharsOverflow(_decoder,
_chars
== _charStart); // Throw?
1388
_charCountResult += unchecked((int)(
_chars
- pTemp));