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