10 references to FormatError
mscorlib (10)
system\text\stringbuilder.cs (10)
1350FormatError(); 1369if (pos == len || (ch = format[pos]) < '0' || ch > '9') FormatError(); 1374if (pos == len) FormatError(); 1385if (pos == len) FormatError(); 1390if (pos == len) FormatError(); 1393if (ch < '0' || ch > '9') FormatError(); 1397if (pos == len) FormatError(); 1410if (pos == len) FormatError(); 1418FormatError(); 1437if (ch != '}') FormatError();