3 instantiations of RuleElement
System.Speech (3)
Internal\GrammarBuilding\BuilderElements.cs (1)
103
newRule = new
RuleElement
(current, "_");
Internal\GrammarBuilding\RuleElement.cs (1)
52
RuleElement rule =
new
(_name);
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
18
RuleElement rule =
new
(semanticKey);
12 references to RuleElement
System.Speech (12)
Internal\GrammarBuilding\BuilderElements.cs (2)
61
protected void Optimize(Collection<
RuleElement
> newRules)
83
RuleElement
? newRule = null;
Internal\GrammarBuilding\RuleElement.cs (2)
30
if (obj is not
RuleElement
refObj)
52
RuleElement
rule = new(_name);
Internal\GrammarBuilding\RuleRefElement.cs (4)
15
internal RuleRefElement(
RuleElement
rule)
20
internal RuleRefElement(
RuleElement
rule, string? semanticKey)
72
internal
RuleElement
Rule
92
private readonly
RuleElement
_rule;
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
18
RuleElement
rule = new(semanticKey);
Recognition\GrammarBuilder.cs (3)
478
Collection<
RuleElement
> newRules = new();
500
if (item is
RuleElement
)
508
if (!(item is
RuleElement
))