21 references to NUInt
Microsoft.CodeAnalysis.CSharp (21)
Binder\Binder_Operators.cs (1)
4460case UnaryOperatorKind.NUInt:
Binder\Semantics\Operators\OperatorKind.cs (13)
83NUIntPostfixIncrement = NUInt | PostfixIncrement, 99LiftedNUIntPostfixIncrement = Lifted | NUInt | PostfixIncrement, 118NUIntPrefixIncrement = NUInt | PrefixIncrement, 134LiftedNUIntPrefixIncrement = Lifted | NUInt | PrefixIncrement, 153NUIntPostfixDecrement = NUInt | PostfixDecrement, 169LiftedNUIntPostfixDecrement = Lifted | NUInt | PostfixDecrement, 188NUIntPrefixDecrement = NUInt | PrefixDecrement, 204LiftedNUIntPrefixDecrement = Lifted | NUInt | PrefixDecrement, 219NUIntUnaryPlus = NUInt | UnaryPlus, 229LiftedNUIntUnaryPlus = Lifted | NUInt | UnaryPlus, 263NUIntBitwiseComplement = NUInt | BitwiseComplement, 271LiftedNUIntBitwiseComplement = Lifted | NUInt | BitwiseComplement, 301NUInt = UnaryOperatorKind.NUInt,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
110case UnaryOperatorKind.NUInt:
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
27private const UnaryOperatorKind NUI = UnaryOperatorKind.NUInt; 42private const UnaryOperatorKind LNU = UnaryOperatorKind.Lifted | UnaryOperatorKind.NUInt;
Compilation\BuiltInOperators.cs (2)
251case UnaryOperatorKind.NUInt: 273case UnaryOperatorKind.NUInt: opType = _compilation.CreateNativeIntegerTypeSymbol(signed: false); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
943case UnaryOperatorKind.NUInt: 1004case UnaryOperatorKind.NUInt: