3 writes to _throwOnOverflow
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (3)
73
_throwOnOverflow
= true;
126
_throwOnOverflow
= true;
179
_throwOnOverflow
= false;
1 reference to _throwOnOverflow
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (1)
1131
if (decoder is null || decoder.
_throwOnOverflow
|| nothingDecoded)