2 implementations of AddScript
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
85void IElementFactory.AddScript(IGrammar grammar, string rule, string code)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
148void IElementFactory.AddScript(IGrammar grammar, string sRule, string code)
2 references to AddScript
System.Speech (2)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
123_parser.AddScript(grammar, id, srgsRule.Script);
Internal\SrgsParser\XmlParser.cs (1)
489_parser.AddScript(grammar, script._name, script._value);