Example #1
0
 internal override Node Accept(MutationVisitor v) => v.Visit(this);
Example #2
0
 internal abstract Node Accept(MutationVisitor v);