5 references to ToInt64
System.Runtime.Serialization (5)
System\Runtime\Serialization\EnumDataContract.cs (1)
453return XmlConverter.ToInt64(value);
System\Xml\ValueHandle.cs (1)
300return XmlConverter.ToInt64(GetString());
System\Xml\XmlBaseReader.cs (1)
1679return XmlConverter.ToInt64(ReadContentAsString());
System\Xml\XmlConverter.cs (1)
147return ToInt64(ToString(buffer, offset, count));
System\Xml\XmlDictionaryReader.cs (1)
783value = XmlConverter.ToInt64(string.Empty);