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