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