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