1 write to _charStart
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1274
_charStart
= charStart;
3 references to _charStart
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
1300
_enc.ThrowCharsOverflow(_decoder, _chars ==
_charStart
); // Throw?
1319
_enc.ThrowCharsOverflow(_decoder, _chars ==
_charStart
); // Throw?
1385
_enc.ThrowCharsOverflow(_decoder, _chars ==
_charStart
); // Throw?