4 references to ToUInt64
mscorlib (3)
system\runtime\memoryfailpoint.cs (1)
378
ulong regionSize = memInfo.RegionSize.
ToUInt64
();
system\threading\Tasks\Task.cs (2)
7080
UInt64 current64 = currentAddr.
ToUInt64
();
7094
if ((current64 - ((UIntPtr)stackInfo.AllocationBase).
ToUInt64
()) > STACK_RESERVED_SPACE)
System.Web (1)
Util\altserialization.cs (1)
145
writer.Write((UInt64)v.
ToUInt64
());