1 reference to propAttr
ILAssembler (1)
GrammarVisitor.cs (1)
4554var propAttrs = context.propAttr().Select(VisitPropAttr).Aggregate((PropertyAttributes)0, (a, b) => a | b);