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