1 implementation of ToInt64
mscorlib (1)
system\runtime\serialization\formatterconverter.cs (1)
111public long ToInt64(Object value) {
1 reference to ToInt64
mscorlib (1)
system\runtime\serialization\serializationinfo.cs (1)
702return m_converter.ToInt64(value);