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