4 references to ToInt32
System.Private.DataContractSerialization (4)
System\Xml\ValueHandle.cs (1)
255return XmlConverter.ToInt32(GetString());
System\Xml\XmlBaseReader.cs (1)
1577return XmlConverter.ToInt32(ReadContentAsString());
System\Xml\XmlConverter.cs (1)
91return ToInt32(ToString(buffer, offset, count));
System\Xml\XmlDictionaryReader.cs (1)
732value = XmlConverter.ToInt32(string.Empty);