4 references to UInt64
System.Private.Windows.Core (4)
System\Value.cs (4)
324
_object = TypeFlags.
UInt64
;
332
_object = TypeFlags.
UInt64
;
713
|| (typeof(T) == typeof(ulong) && _object == TypeFlags.
UInt64
)
845
else if (typeof(T) == typeof(ulong?) && _object == TypeFlags.
UInt64
)