4 references to ParseInteger
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (4)
1616
if (!
ParseInteger
((string)obj, ref cVal) || (cVal != 0 && cVal != 1))
1629
(!
ParseInteger
(s, ref cVal) || (cVal != uint.MaxValue && cVal != 1)))
1661
if (!
ParseInteger
((string)obj, ref cVal) || cVal < 0)
1674
if (!
ParseInteger
((string)obj, ref cVal) || cVal < 0)