2 references to Name
System.Speech (2)
Internal\GrammarBuilding\RuleElement.cs (1)
64
_ruleName = ruleIds.CreateNewIdentifier(
Name
);
Internal\GrammarBuilding\RuleRefElement.cs (1)
84
return "#" + Rule.
Name
+ (_semanticKey != null ? ":" + _semanticKey : "");