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)
36return _semanticKey == refObj._semanticKey && _rule.Equals(refObj._rule); 54return new RuleRefElement(_rule, _semanticKey); 65return elementFactory.CreateRuleRef(parent, new Uri("#" + Rule.RuleName, UriKind.Relative), _semanticKey, null); 84return "#" + Rule.Name + (_semanticKey != null ? ":" + _semanticKey : "");