2 references to RuleRefElement
System.Speech (2)
Internal\GrammarBuilding\RuleRefElement.cs (1)
54
return new
RuleRefElement
(_rule, _semanticKey);
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
19
_ruleRef = new
RuleRefElement
(rule, _semanticKey);