11 references to Int32Type
Microsoft.CodeAnalysis.VisualBasic (11)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (2)
532
Debug.Assert(arg.Type Is Me.
Int32Type
)
543
Debug.Assert(expressions(i).Type Is Me.
Int32Type
)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (9)
318
Dim newType As TypeSymbol = If(operandIsNullable, Me._factory.NullableOf(Me.
Int32Type
), Me.
Int32Type
)
527
loweredOperand = Convert(loweredOperand, If(isNullable, Me._factory.NullableOf(Me.
Int32Type
), Me.
Int32Type
), checked)
560
If Not TypeSymbol.Equals(operandType, Me.
Int32Type
, TypeCompareKind.ConsiderEverything) Then
561
result = CreateBuiltInConversion(operandType, Me.
Int32Type
, result, isChecked, False, ConversionSemantics.[Default])
576
result = Convert(result, Me._factory.NullableOf(Me.
Int32Type
), isChecked)
594
Me._factory.Typeof(Me.
Int32Type
, _factory.WellKnownType(WellKnownType.System_Type))))
599
Dim int32Nullable As TypeSymbol = If(isNullable, Me._factory.NullableOf(Me.
Int32Type
), Nothing)