1 instantiation of GrammarElement
System.Speech (1)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
21_grammar = new GrammarElement(backend, cg);
3 references to GrammarElement
System.Speech (3)
Internal\SrgsCompiler\Rule.cs (1)
186((GrammarElement)grammar).CustomGrammar._scriptRefs.Add(new ScriptRef(rule, method, type));
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (2)
87((GrammarElement)grammar).AddScript(rule, code); 355private GrammarElement _grammar;