4 references to Int16
System.Private.Windows.Core (4)
System\Value.cs (4)
194
_object = TypeFlags.
Int16
;
202
_object = TypeFlags.
Int16
;
706
|| (typeof(T) == typeof(short) && _object == TypeFlags.
Int16
)
857
else if (typeof(T) == typeof(short?) && _object == TypeFlags.
Int16
)