3 references to IsStg
System.Speech (3)
Recognition\Grammar.cs (2)
613Stream stream = IsStg ? LoadCfgFromResource(stgInit) : LoadCfg(isImportedGrammar, stgInit); 616SrgsRule[]? extraRules = RunOnInit(IsStg); // list of extra rule to append to the current CFG
Recognition\RecognizerBase.cs (1)
2949else if (grammar.IsStg || grammar.Sapi53Only)