4 references to UInt64
System.Private.Windows.Core (4)
System\Value.cs (4)
323
_object = TypeFlags.
UInt64
;
331
_object = TypeFlags.
UInt64
;
712
|| (typeof(T) == typeof(ulong) && _object == TypeFlags.
UInt64
)
844
else if (typeof(T) == typeof(ulong?) && _object == TypeFlags.
UInt64
)