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