1 write to _ruleRef
System.Speech (1)
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
19
_ruleRef
= new RuleRefElement(rule, _semanticKey);
8 references to _ruleRef
System.Speech (8)
Internal\GrammarBuilding\SemanticKeyElement.cs (8)
21
Items.Add(
_ruleRef
);
52
_ruleRef
.Add(new GrammarBuilderPhrase(phrase));
59
_ruleRef
.Add(item);
66
semanticKeyElement.
_ruleRef
.CloneItems(
_ruleRef
);
73
_ruleRef
.Rule.CreateElement(elementFactory, parent, rule, ruleIds);
76
IElement ruleRef =
_ruleRef
.CreateElement(elementFactory, parent, rule, ruleIds);
89
return
_ruleRef
.Rule.DebugSummary;