2 references to UseUserDefinedBinaryOperators
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Operators.vb (1)
949If OverloadResolution.UseUserDefinedBinaryOperators(operatorKind, leftType, rightType) AndAlso
Semantics\Operators.vb (1)
892If UseUserDefinedBinaryOperators(opCode, leftType, rightType) Then