6 references to ERR_EventsCantBeFunctions
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Statements.vb (2)
2500ReportDiagnostic(diagnostics, node.Name, ERRID.ERR_EventsCantBeFunctions) 2521ReportDiagnostic(diagnostics, node.Name, ERRID.ERR_EventsCantBeFunctions)
Errors\ErrorFacts.vb (1)
78ERRID.ERR_EventsCantBeFunctions,
Parser\Parser.vb (3)
5288asKeyword = ReportSyntaxError(asKeyword, ERRID.ERR_EventsCantBeFunctions) 5374closeParen = closeParen.AddTrailingSyntax(ResyncAt({SyntaxKind.ImplementsKeyword}), ERRID.ERR_EventsCantBeFunctions) 5376ident = ident.AddTrailingSyntax(ResyncAt({SyntaxKind.ImplementsKeyword}), ERRID.ERR_EventsCantBeFunctions)