3 references to ToUInt64
mscorlib (2)
system\convert.cs (1)
1413
return
ToUInt64
((double)value);
system\double.cs (1)
349
return Convert.
ToUInt64
(m_value);
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
741
UInt64 milliseconds = Convert.
ToUInt64
(timeSpan.TotalMilliseconds);