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