4 references to SByte
System.Private.Windows.Core (4)
System\Value.cs (4)
115
_object = TypeFlags.
SByte
;
123
_object = TypeFlags.
SByte
;
708
|| (typeof(T) == typeof(sbyte) && _object == TypeFlags.
SByte
)
874
else if (typeof(T) == typeof(sbyte?) && _object == TypeFlags.
SByte
)