20 references to UInt
Microsoft.CodeAnalysis.CSharp (20)
Binder\Semantics\Operators\OperatorKind.cs (13)
79
UIntPostfixIncrement =
UInt
| PostfixIncrement,
95
LiftedUIntPostfixIncrement = Lifted |
UInt
| PostfixIncrement,
114
UIntPrefixIncrement =
UInt
| PrefixIncrement,
130
LiftedUIntPrefixIncrement = Lifted |
UInt
| PrefixIncrement,
149
UIntPostfixDecrement =
UInt
| PostfixDecrement,
165
LiftedUIntPostfixDecrement = Lifted |
UInt
| PostfixDecrement,
184
UIntPrefixDecrement =
UInt
| PrefixDecrement,
200
LiftedUIntPrefixDecrement = Lifted |
UInt
| PrefixDecrement,
215
UIntUnaryPlus =
UInt
| UnaryPlus,
225
LiftedUIntUnaryPlus = Lifted |
UInt
| UnaryPlus,
259
UIntBitwiseComplement =
UInt
| BitwiseComplement,
267
LiftedUIntBitwiseComplement = Lifted |
UInt
| BitwiseComplement,
297
UInt = UnaryOperatorKind.
UInt
,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
106
case UnaryOperatorKind.
UInt
:
173
return kind | UnaryOperatorKind.
UInt
;
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
23
private const UnaryOperatorKind U32 = UnaryOperatorKind.
UInt
;
38
private const UnaryOperatorKind LU32 = UnaryOperatorKind.Lifted | UnaryOperatorKind.
UInt
;
Compilation\BuiltInOperators.cs (1)
269
case UnaryOperatorKind.
UInt
: opType = _compilation.GetSpecialType(SpecialType.System_UInt32); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
931
case UnaryOperatorKind.
UInt
:
992
case UnaryOperatorKind.
UInt
: