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