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