4 references to Rule
System.Speech (4)
Internal\GrammarBuilding\RuleRefElement.cs (2)
65
return elementFactory.CreateRuleRef(parent, new Uri("#" +
Rule
.RuleName, UriKind.Relative), _semanticKey, null);
84
return "#" +
Rule
.Name + (_semanticKey != null ? ":" + _semanticKey : "");
Internal\GrammarBuilding\SemanticKeyElement.cs (2)
73
_ruleRef.
Rule
.CreateElement(elementFactory, parent, rule, ruleIds);
89
return _ruleRef.
Rule
.DebugSummary;