4 references to Int64
System.Private.Windows.Core (4)
System\Value.cs (4)
245
_object = TypeFlags.
Int64
;
253
_object = TypeFlags.
Int64
;
707
|| (typeof(T) == typeof(long) && _object == TypeFlags.
Int64
)
814
else if (typeof(T) == typeof(long?) && _object == TypeFlags.
Int64
)