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