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