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