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)
1131if (decoder is null || decoder._throwOnOverflow || nothingDecoded)