23 references to Int
Microsoft.CodeAnalysis.CSharp (23)
Binder\Semantics\Operators\OperatorKind.cs (15)
78
IntPostfixIncrement =
Int
| PostfixIncrement,
94
LiftedIntPostfixIncrement = Lifted |
Int
| PostfixIncrement,
113
IntPrefixIncrement =
Int
| PrefixIncrement,
129
LiftedIntPrefixIncrement = Lifted |
Int
| PrefixIncrement,
148
IntPostfixDecrement =
Int
| PostfixDecrement,
164
LiftedIntPostfixDecrement = Lifted |
Int
| PostfixDecrement,
183
IntPrefixDecrement =
Int
| PrefixDecrement,
199
LiftedIntPrefixDecrement = Lifted |
Int
| PrefixDecrement,
214
IntUnaryPlus =
Int
| UnaryPlus,
224
LiftedIntUnaryPlus = Lifted |
Int
| UnaryPlus,
236
IntUnaryMinus =
Int
| UnaryMinus,
243
LiftedIntUnaryMinus = Lifted |
Int
| UnaryMinus,
258
IntBitwiseComplement =
Int
| BitwiseComplement,
266
LiftedIntBitwiseComplement = Lifted |
Int
| BitwiseComplement,
296
Int = UnaryOperatorKind.
Int
,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
105
case UnaryOperatorKind.
Int
:
171
return kind | UnaryOperatorKind.
Int
;
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (2)
22
private const UnaryOperatorKind I32 = UnaryOperatorKind.
Int
;
37
private const UnaryOperatorKind LI32 = UnaryOperatorKind.Lifted | UnaryOperatorKind.
Int
;
CodeGen\EmitOperators.cs (1)
596
Debug.Assert(type == UnaryOperatorKind.
Int
|| type == UnaryOperatorKind.Long || type == UnaryOperatorKind.NInt);
Compilation\BuiltInOperators.cs (1)
268
case UnaryOperatorKind.
Int
: opType = _compilation.GetSpecialType(SpecialType.System_Int32); break;
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
913
case UnaryOperatorKind.
Int
:
984
case UnaryOperatorKind.
Int
: