6 references to ERR_EventsCantBeFunctions
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Statements.vb (2)
2529ReportDiagnostic(diagnostics, node.Name, ERRID.ERR_EventsCantBeFunctions) 2550ReportDiagnostic(diagnostics, node.Name, ERRID.ERR_EventsCantBeFunctions)
Errors\ErrorFacts.vb (1)
80ERRID.ERR_EventsCantBeFunctions,
Parser\Parser.vb (3)
5295asKeyword = ReportSyntaxError(asKeyword, ERRID.ERR_EventsCantBeFunctions) 5381closeParen = closeParen.AddTrailingSyntax(ResyncAt({SyntaxKind.ImplementsKeyword}), ERRID.ERR_EventsCantBeFunctions) 5383ident = ident.AddTrailingSyntax(ResyncAt({SyntaxKind.ImplementsKeyword}), ERRID.ERR_EventsCantBeFunctions)