6 references to ERR_BinaryOperands3
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Operators.vb (2)
706ReportDiagnostic(diagnostics, node, ERRID.ERR_BinaryOperands3, 962ReportDiagnostic(diagnostics, syntax, ERRID.ERR_BinaryOperands3, operatorTokenText, leftType, rightType)
Errors\ErrorFacts.vb (1)
306ERRID.ERR_BinaryOperands3,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Binding\BindingErrorTests.vb (2)
6752</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_BinaryOperands3, "first = second").WithArguments("=", "<anonymous type: a As Integer, b As Integer>", "<anonymous type: a As Integer, b As Integer>"), 6753Diagnostic(ERRID.ERR_BinaryOperands3, "second <> first").WithArguments("<>", "<anonymous type: a As Integer, b As Integer>", "<anonymous type: a As Integer, b As Integer>"))
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
StaticLocalDeclarationTests.vb (1)
482Diagnostic(ERRID.ERR_BinaryOperands3, "sl1 &= ""InCatch""").WithArguments("&", "System.Exception", "String"))