1 reference to exptAttr
ILAssembler (1)
GrammarVisitor.cs (1)
2279var attrs = context.exptAttr().Select(VisitExptAttr).Aggregate((TypeAttributes)0, (a, b) => a | b);