3 references to Suffix
CSharpSyntaxGenerator (3)
Grammar\GrammarGenerator.cs (3)
387public Production Optional => Suffix("?"); 388public Production ZeroOrMany => Suffix("*"); 389public Production OneOrMany => Suffix("+");