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)
79ERRID.ERR_EventsCantBeFunctions,
Parser\Parser.vb (3)
5289asKeyword = ReportSyntaxError(asKeyword, ERRID.ERR_EventsCantBeFunctions) 5375closeParen = closeParen.AddTrailingSyntax(ResyncAt({SyntaxKind.ImplementsKeyword}), ERRID.ERR_EventsCantBeFunctions) 5377ident = ident.AddTrailingSyntax(ResyncAt({SyntaxKind.ImplementsKeyword}), ERRID.ERR_EventsCantBeFunctions)