7 references to VisitCustomAttrDecl
ILAssembler (7)
GrammarVisitor.cs (7)
560var customAttr = VisitCustomAttrDecl(attr).Value; 1430GrammarResult ICILVisitor<GrammarResult>.VisitCustomAttrDecl(CILParser.CustomAttrDeclContext context) => VisitCustomAttrDecl(context); 2165if (VisitCustomAttrDecl(attr).Value is EntityRegistry.CustomAttributeEntity customAttribute) 3465if (VisitCustomAttrDecl(customAttrDecl).Value is { } attr) 3763var customAttrDecl = VisitCustomAttrDecl(attr).Value; 3821var customAttrDecl = VisitCustomAttrDecl(attr).Value; 3847var customAttrDecl = VisitCustomAttrDecl(attr).Value;