2 implementations of InitSpecialRuleRef
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
70void IElementFactory.InitSpecialRuleRef(IElement parent, IRuleRef specialRule)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
144void IElementFactory.InitSpecialRuleRef(IElement? parent, IRuleRef special)
3 references to InitSpecialRuleRef
System.Speech (3)
Internal\GrammarBuilding\GrammarBuilderWildcard.cs (1)
44elementFactory.InitSpecialRuleRef(parent, ruleRef);
Internal\SrgsParser\SrgsDocumentParser.cs (1)
164_parser.InitSpecialRuleRef(parent, ruleRef);
Internal\SrgsParser\XmlParser.cs (1)
708_parser.InitSpecialRuleRef(parent, ruleRef);