5 references to Text
CSharpSyntaxGenerator (5)
Grammar\GrammarGenerator.cs (5)
109result += Environment.NewLine + RuleReference(name).Text + Environment.NewLine + " : " + 309=> new(string.Join(delim, productions.Where(p => p.Text.Length > 0)), productions.SelectMany(p => p.ReferencedRules)); 382public override string ToString() => Text; 383public int CompareTo(Production other) => StringComparer.OrdinalIgnoreCase.Compare(this.Text, other.Text);