1 reference to methAttr
ILAssembler (1)
GrammarVisitor.cs (1)
3902methodDefinition.MethodAttributes = context.methAttr().Aggregate((MethodAttributes)0, (acc, attr) => acc | VisitMethAttr(attr));