2 references to ScriptRef
System.Speech (2)
Internal\SrgsCompiler\CFGGrammar.cs (1)
345
scripts[i] = new
ScriptRef
(symbols[cfgScript._idRule], symbols[cfgScript._idMethod], cfgScript._method);
Internal\SrgsCompiler\Rule.cs (1)
186
((GrammarElement)grammar).CustomGrammar._scriptRefs.Add(new
ScriptRef
(rule, method, type));