1 reference to fileAttr
ILAssembler (1)
GrammarVisitor.cs (1)
2699
bool hasMetadata = context.
fileAttr
().Aggregate(true, (acc, attr) => acc || VisitFileAttr(attr).Value);