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)
67
return new RuleRef((ParseElementCollection)parent, _backend, srgsUri,
_grammar
.UndefRules, semanticKey, parameters);
163
return
_grammar
;
267
sSubPron = PhonemeConverter.ConvertPronToId(pron,
_grammar
.Backend.LangId);