3 references to ResolveNotLiftedIntrinsicBinaryOperator
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\VisualBasicCompilation.vb (1)
2971
Dim resolved = OverloadResolution.
ResolveNotLiftedIntrinsicBinaryOperator
(opInfo.BinaryOperatorKind, leftType.SpecialType, rightType.SpecialType)
Semantics\Operators.vb (1)
965
intrinsicOperatorType =
ResolveNotLiftedIntrinsicBinaryOperator
(opCode, leftSpecialType, rightSpecialType)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\BinaryOperators.vb (1)
1091
Dim resultType As SpecialType = OverloadResolution.
ResolveNotLiftedIntrinsicBinaryOperator
(op, leftSpecial, rightSpecial)