3 references to ToInt
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (2)
497return XmlConverter.ToString(ToInt()); 587return ToInt();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1528Int32 value = node.Value.ToInt();