14 references to Short
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\Operators\OperatorKind.cs (8)
76
ShortPostfixIncrement =
Short
| PostfixIncrement,
92
LiftedShortPostfixIncrement = Lifted |
Short
| PostfixIncrement,
111
ShortPrefixIncrement =
Short
| PrefixIncrement,
127
LiftedShortPrefixIncrement = Lifted |
Short
| PrefixIncrement,
146
ShortPostfixDecrement =
Short
| PostfixDecrement,
162
LiftedShortPostfixDecrement = Lifted |
Short
| PostfixDecrement,
181
ShortPrefixDecrement =
Short
| PrefixDecrement,
197
LiftedShortPrefixDecrement = Lifted |
Short
| PrefixDecrement,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
103
case UnaryOperatorKind.
Short
:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
20
private const UnaryOperatorKind I16 = UnaryOperatorKind.
Short
;
35
private const UnaryOperatorKind LI16 = UnaryOperatorKind.Lifted | UnaryOperatorKind.
Short
;
Compilation\BuiltInOperators.cs (1)
266
case UnaryOperatorKind.
Short
: opType = _compilation.GetSpecialType(SpecialType.System_Int16); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
919
case UnaryOperatorKind.
Short
:
986
case UnaryOperatorKind.
Short
: