4 references to Int64
System.Private.Windows.Core (4)
System\Value.cs (4)
246
_object = TypeFlags.
Int64
;
254
_object = TypeFlags.
Int64
;
708
|| (typeof(T) == typeof(long) && _object == TypeFlags.
Int64
)
815
else if (typeof(T) == typeof(long?) && _object == TypeFlags.
Int64
)