20 references to ULong
Microsoft.CodeAnalysis.CSharp (20)
Binder\Semantics\Operators\OperatorKind.cs (13)
81
ULongPostfixIncrement =
ULong
| PostfixIncrement,
97
LiftedULongPostfixIncrement = Lifted |
ULong
| PostfixIncrement,
116
ULongPrefixIncrement =
ULong
| PrefixIncrement,
132
LiftedULongPrefixIncrement = Lifted |
ULong
| PrefixIncrement,
151
ULongPostfixDecrement =
ULong
| PostfixDecrement,
167
LiftedULongPostfixDecrement = Lifted |
ULong
| PostfixDecrement,
186
ULongPrefixDecrement =
ULong
| PrefixDecrement,
202
LiftedULongPrefixDecrement = Lifted |
ULong
| PrefixDecrement,
217
ULongUnaryPlus =
ULong
| UnaryPlus,
227
LiftedULongUnaryPlus = Lifted |
ULong
| UnaryPlus,
261
ULongBitwiseComplement =
ULong
| BitwiseComplement,
269
LiftedULongBitwiseComplement = Lifted |
ULong
| BitwiseComplement,
299
ULong = UnaryOperatorKind.
ULong
,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
108
case UnaryOperatorKind.
ULong
:
177
return kind | UnaryOperatorKind.
ULong
;
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
25
private const UnaryOperatorKind U64 = UnaryOperatorKind.
ULong
;
40
private const UnaryOperatorKind LU64 = UnaryOperatorKind.Lifted | UnaryOperatorKind.
ULong
;
Compilation\BuiltInOperators.cs (1)
271
case UnaryOperatorKind.
ULong
: opType = _compilation.GetSpecialType(SpecialType.System_UInt64); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
937
case UnaryOperatorKind.
ULong
:
998
case UnaryOperatorKind.
ULong
: