3 references to ToUInt64
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
453
UInt64 milliseconds = Convert.
ToUInt64
(timeSpan.TotalMilliseconds);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1415
return
ToUInt64
((double)value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
497
return Convert.
ToUInt64
(m_value);