public virtual IList <SrcOp> StringRef(GrammarAST ID, GrammarAST label) { IList <SrcOp> ops = @delegate.StringRef(ID, label); foreach (CodeGeneratorExtension ext in extensions) { ops = ext.StringRef(ops); } return(ops); }