4 references to ParseInteger
System.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
1415if (!ParseInteger((string) obj, ref cVal) || (cVal != 0 && cVal != 1)) { 1426(!ParseInteger(s, ref cVal) || (cVal != uint.MaxValue && cVal != 1))) { 1451if (!ParseInteger((string) obj, ref cVal) || cVal < 0) { 1461if (!ParseInteger((string)obj, ref cVal) || cVal < 0) {