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