30 references to ThrowCharsOverflow
mscorlib (30)
system\text\asciiencoding.cs (3)
867
ThrowCharsOverflow
(decoder, charCount < 1);
925
ThrowCharsOverflow
(decoder, chars == charStart); // throw?
937
ThrowCharsOverflow
(decoder, chars == charStart); // throw?
system\text\dbcscodepageencoding.cs (5)
982
ThrowCharsOverflow
(decoder, true);
1006
ThrowCharsOverflow
(decoder, true);
1012
ThrowCharsOverflow
(decoder, true);
1081
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
1100
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
system\text\encoding.cs (3)
1959
enc.
ThrowCharsOverflow
(decoder, bytes <= byteStart); // Throw?
1984
enc.
ThrowCharsOverflow
(decoder, bytes <= byteStart); // Throw?
2074
enc.
ThrowCharsOverflow
(decoder, chars == charStart); // Throw?
system\text\latin1encoding.cs (1)
421
ThrowCharsOverflow
(decoder, charCount < 1);
system\text\sbcscodepageencoding.cs (3)
790
ThrowCharsOverflow
(decoder, charCount < 1);
861
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
873
ThrowCharsOverflow
(decoder, bytes == byteStart); // throw?
system\text\unicodeencoding.cs (7)
1675
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1724
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1740
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1783
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1799
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1847
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1878
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
system\text\utf32encoding.cs (4)
1000
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1023
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1040
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
1078
ThrowCharsOverflow
(decoder, chars == charStart);// Might throw, if no chars output
system\text\utf7encoding.cs (1)
702
ThrowCharsOverflow
(decoder, true); // Always throw, they need at least 1 char even in Convert
system\text\utf8encoding.cs (3)
1811
ThrowCharsOverflow
(baseDecoder, pTarget == chars);
1903
ThrowCharsOverflow
(baseDecoder, pTarget == chars);
2188
ThrowCharsOverflow
(baseDecoder, pTarget == chars);