4 references to ParseInteger
System.Private.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
1605if (!ParseInteger((string)obj, ref cVal) || (cVal != 0 && cVal != 1)) 1618(!ParseInteger(s, ref cVal) || (cVal != uint.MaxValue && cVal != 1))) 1650if (!ParseInteger((string)obj, ref cVal)) 1663if (!ParseInteger((string)obj, ref cVal))