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