4 references to Int32
System.Private.Windows.Core (4)
System\Value.cs (4)
220
_object = TypeFlags.
Int32
;
228
_object = TypeFlags.
Int32
;
707
|| (typeof(T) == typeof(int) && _object == TypeFlags.
Int32
)
809
else if (typeof(T) == typeof(int?) && _object == TypeFlags.
Int32
)