3 instantiations of RuleRefElement
System.Speech (3)
Internal\GrammarBuilding\BuilderElements.cs (1)
110ruleRef = new RuleRefElement(newRule);
Internal\GrammarBuilding\RuleRefElement.cs (1)
54return new RuleRefElement(_rule, _semanticKey);
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
19_ruleRef = new RuleRefElement(rule, _semanticKey);
4 references to RuleRefElement
System.Speech (4)
Internal\GrammarBuilding\BuilderElements.cs (1)
84RuleRefElement? ruleRef = null;
Internal\GrammarBuilding\RuleRefElement.cs (2)
31if (obj is not RuleRefElement refObj) 57internal void CloneItems(RuleRefElement builders)
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
98private readonly RuleRefElement _ruleRef;