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