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