4 references to GetSpecialTypeForBinaryOperator
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Operators.vb (3)
316operandType = GetSpecialTypeForBinaryOperator(node, leftType, rightType, intrinsicOperatorType, 342Dim booleanType As TypeSymbol = GetSpecialTypeForBinaryOperator(node, leftType, rightType, SpecialType.System_Boolean, 454Dim rightTargetType As TypeSymbol = GetSpecialTypeForBinaryOperator(node, leftType, rightType, SpecialType.System_Int32,
Binding\Binder_Query.vb (1)
3487targetType = innerKeyBinder.GetSpecialTypeForBinaryOperator(joinCondition, outerKey.Type, innerKey.Type, intrinsicOperatorType,