14 references to UShort
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\Operators\OperatorKind.cs (8)
77
UShortPostfixIncrement =
UShort
| PostfixIncrement,
93
LiftedUShortPostfixIncrement = Lifted |
UShort
| PostfixIncrement,
112
UShortPrefixIncrement =
UShort
| PrefixIncrement,
128
LiftedUShortPrefixIncrement = Lifted |
UShort
| PrefixIncrement,
147
UShortPostfixDecrement =
UShort
| PostfixDecrement,
163
LiftedUShortPostfixDecrement = Lifted |
UShort
| PostfixDecrement,
182
UShortPrefixDecrement =
UShort
| PrefixDecrement,
198
LiftedUShortPrefixDecrement = Lifted |
UShort
| PrefixDecrement,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
104
case UnaryOperatorKind.
UShort
:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
21
private const UnaryOperatorKind U16 = UnaryOperatorKind.
UShort
;
36
private const UnaryOperatorKind LU16 = UnaryOperatorKind.Lifted | UnaryOperatorKind.
UShort
;
Compilation\BuiltInOperators.cs (1)
267
case UnaryOperatorKind.
UShort
: opType = _compilation.GetSpecialType(SpecialType.System_UInt16); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
925
case UnaryOperatorKind.
UShort
:
990
case UnaryOperatorKind.
UShort
: