11 references to ThrowCharsOverflow
System.Text.Encoding.CodePages (11)
System\Text\DBCSCodePageEncoding.cs (5)
959ThrowCharsOverflow(decoder, true); 984ThrowCharsOverflow(decoder, true); 990ThrowCharsOverflow(decoder, true); 1058ThrowCharsOverflow(decoder, bytes == byteStart); // throw? 1077ThrowCharsOverflow(decoder, bytes == byteStart); // throw?
System\Text\EncodingCharBuffer.cs (3)
56_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 84_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw? 165_enc.ThrowCharsOverflow(_decoder, _chars == _charStart); // Throw?
System\Text\SBCSCodePageEncoding.cs (3)
783ThrowCharsOverflow(decoder, charCount < 1); 860ThrowCharsOverflow(decoder, bytes == byteStart); // throw? 872ThrowCharsOverflow(decoder, bytes == byteStart); // throw?