2 references to Children
CSharpSyntaxGenerator (2)
Grammar\GrammarGenerator.cs (1)
314Choice c => Choice(c.Children.Select(ToProduction)).Suffix("?", when: c.Optional),
TreeFlattening.cs (1)
46FlattenChildren(choice.Children, fields, makeOptional: true);