3 instantiations of RuleRefElement
System.Speech (3)
Internal\GrammarBuilding\BuilderElements.cs (1)
110
ruleRef = new
RuleRefElement
(newRule);
Internal\GrammarBuilding\RuleRefElement.cs (1)
54
return 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)
84
RuleRefElement
? ruleRef = null;
Internal\GrammarBuilding\RuleRefElement.cs (2)
31
if (obj is not
RuleRefElement
refObj)
57
internal void CloneItems(
RuleRefElement
builders)
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
98
private readonly
RuleRefElement
_ruleRef;