4 references to ToInt
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (3)
498return XmlConverter.ToString(ToInt()); 575writer.WriteInt32Text(ToInt()); 635return ToInt();
System\Xml\XmlBaseReader.cs (1)
1687Int32 value = node.Value.ToInt();