4 references to Choice
CSharpSyntaxGenerator (4)
Grammar\GrammarGenerator.cs (1)
314Choice c => Choice(c.Children.Select(ToProduction)).Suffix("?", when: c.Optional),
Model\Field.cs (1)
33[XmlElement(ElementName = "Choice", Type = typeof(Choice))]
Model\TreeType.cs (1)
30[XmlElement(ElementName = "Choice", Type = typeof(Choice))]
TreeFlattening.cs (1)
43case Choice choice: