4 references to ParseInteger
System.Private.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
1604if (!ParseInteger((string)obj, ref cVal) || (cVal != 0 && cVal != 1)) 1617(!ParseInteger(s, ref cVal) || (cVal != uint.MaxValue && cVal != 1))) 1649if (!ParseInteger((string)obj, ref cVal)) 1662if (!ParseInteger((string)obj, ref cVal))