1 write to _grammar
System.Speech (1)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
21_grammar = new GrammarElement(backend, cg);
3 references to _grammar
System.Speech (3)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (3)
67return new RuleRef((ParseElementCollection)parent, _backend, srgsUri, _grammar.UndefRules, semanticKey, parameters); 163return _grammar; 267sSubPron = PhonemeConverter.ConvertPronToId(pron, _grammar.Backend.LangId);