5 references to ERR_AddOrRemoveHandlerEvent
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
2381ReportDiagnostic(diagnostics, notQualifiedSyntax, ERRID.ERR_AddOrRemoveHandlerEvent)
Errors\ErrorFacts.vb (1)
449ERRID.ERR_AddOrRemoveHandlerEvent,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Binding\BindingErrorTests.vb (1)
10427</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_AddOrRemoveHandlerEvent, "Nothing"))
Diagnostics\OperationAnalyzerTests.vb (2)
2055Diagnostic(ERRID.ERR_AddOrRemoveHandlerEvent, "receiver?.TestEvent").WithLocation(15, 20), 2056Diagnostic(ERRID.ERR_AddOrRemoveHandlerEvent, "Function(ByVal x) x").WithLocation(6, 20),