4 references to Int16
System.Private.Windows.Core (4)
System\Value.cs (4)
193
_object = TypeFlags.
Int16
;
201
_object = TypeFlags.
Int16
;
705
|| (typeof(T) == typeof(short) && _object == TypeFlags.
Int16
)
856
else if (typeof(T) == typeof(short?) && _object == TypeFlags.
Int16
)