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