4 references to SByte
System.Private.Windows.Core (4)
System\Value.cs (4)
116
_object = TypeFlags.
SByte
;
124
_object = TypeFlags.
SByte
;
709
|| (typeof(T) == typeof(sbyte) && _object == TypeFlags.
SByte
)
875
else if (typeof(T) == typeof(sbyte?) && _object == TypeFlags.
SByte
)