4 references to ToInt32
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (1)
270return XmlConverter.ToInt32(GetString());
System\Xml\XmlBaseReader.cs (1)
1691return XmlConverter.ToInt32(ReadContentAsString());
System\Xml\XmlConverter.cs (1)
119return ToInt32(ToString(buffer, offset, count));
System\Xml\XmlDictionaryReader.cs (1)
763value = XmlConverter.ToInt32(string.Empty);