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