2 references to VisitEventDecl
ILAssembler (2)
GrammarVisitor.cs (2)
2092
GrammarResult ICILVisitor<GrammarResult>.VisitEventDecl(CILParser.EventDeclContext context) =>
VisitEventDecl
(context);
2116
.Select(decl =>
VisitEventDecl
(decl).Value)