11 references to Int32Type
Microsoft.CodeAnalysis.VisualBasic (11)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (2)
514Debug.Assert(arg.Type Is Me.Int32Type) 525Debug.Assert(expressions(i).Type Is Me.Int32Type)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (9)
255Dim newType As TypeSymbol = If(operandIsNullable, Me._factory.NullableOf(Me.Int32Type), Me.Int32Type) 403loweredOperand = Convert(loweredOperand, If(isNullable, Me._factory.NullableOf(Me.Int32Type), Me.Int32Type), checked) 436If Not TypeSymbol.Equals(operandType, Me.Int32Type, TypeCompareKind.ConsiderEverything) Then 437result = CreateBuiltInConversion(operandType, Me.Int32Type, result, isChecked, False, ConversionSemantics.[Default]) 452result = Convert(result, Me._factory.NullableOf(Me.Int32Type), isChecked) 468Me._factory.Typeof(Me.Int32Type)) 473Dim int32Nullable As TypeSymbol = If(isNullable, Me._factory.NullableOf(Me.Int32Type), Nothing)