1 reference to Prefix
CSharpSyntaxGenerator (1)
Grammar\GrammarGenerator.cs (1)
386public Production Parenthesize(bool when = true) => when ? Prefix("(").Suffix(")") : this;