2 implementations of AddScript
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
90string IElementFactory.AddScript(IGrammar grammar, string rule, string code, string? filename, int line)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
162string IElementFactory.AddScript(IGrammar grammar, string sRule, string code, string? filename, int line)
1 reference to AddScript
System.Speech (1)
Internal\SrgsParser\XmlParser.cs (1)
1233_scripts.Add(new ForwardReference(sRule, _parser.AddScript(grammar, sRule, GetStringContent(reader), _filename, line)));