1 write to Text
VisualBasicSyntaxGenerator (1)
Grammar\GrammarGenerator.vb (1)
360Me.Text = text
10 references to Text
VisualBasicSyntaxGenerator (10)
Grammar\GrammarGenerator.vb (10)
200Return childProduction.Suffix(" (" + separatorProd.Text + " " + childProduction.Text + ")"). 319result += Environment.NewLine + RuleReference(name).Text + Environment.NewLine + " : " + 365Return Text = DirectCast(obj, Production).Text 369Return Text 373Return StringComparer.Ordinal.Compare(Me.Text, other.Text) 377Return New Production(val + Me.Text, ReferencedRules) 381Return If([when], New Production(Me.Text + val, ReferencedRules), Me)