1 write to _semanticKey
System.Speech (1)
Internal\GrammarBuilding\RuleRefElement.cs (1)
23
_semanticKey
= semanticKey;
6 references to _semanticKey
System.Speech (6)
Internal\GrammarBuilding\RuleRefElement.cs (6)
36
return
_semanticKey
== refObj.
_semanticKey
&& _rule.Equals(refObj._rule);
54
return new RuleRefElement(_rule,
_semanticKey
);
65
return elementFactory.CreateRuleRef(parent, new Uri("#" + Rule.RuleName, UriKind.Relative),
_semanticKey
, null);
84
return "#" + Rule.Name + (
_semanticKey
!= null ? ":" +
_semanticKey
: "");