14 references to SByte
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\Operators\OperatorKind.cs (8)
74SBytePostfixIncrement = SByte | PostfixIncrement, 90LiftedSBytePostfixIncrement = Lifted | SByte | PostfixIncrement, 109SBytePrefixIncrement = SByte | PrefixIncrement, 125LiftedSBytePrefixIncrement = Lifted | SByte | PrefixIncrement, 144SBytePostfixDecrement = SByte | PostfixDecrement, 160LiftedSBytePostfixDecrement = Lifted | SByte | PostfixDecrement, 179SBytePrefixDecrement = SByte | PrefixDecrement, 195LiftedSBytePrefixDecrement = Lifted | SByte | PrefixDecrement,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
101case UnaryOperatorKind.SByte:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
18private const UnaryOperatorKind I08 = UnaryOperatorKind.SByte; 33private const UnaryOperatorKind LI08 = UnaryOperatorKind.Lifted | UnaryOperatorKind.SByte;
Compilation\BuiltInOperators.cs (1)
264case UnaryOperatorKind.SByte: opType = _compilation.GetSpecialType(SpecialType.System_SByte); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
916case UnaryOperatorKind.SByte: 985case UnaryOperatorKind.SByte: