3 references to customAttrDecl
ILAssembler (3)
GrammarVisitor.cs (3)
1194else if (context.customAttrDecl().Length == 1 && context.PARAM() is null) 1197if (VisitCustomAttrDecl(context.customAttrDecl()[0]).Value is { } customAttr) 1204var customAttrDeclarations = context.customAttrDecl();