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