3 writes to _fHasExitPath
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (2)
1116rule._fHasExitPath = (rule._fStaticRule) ? true : false; 1222rule._fHasExitPath |= (rule._cfgRule.Dynamic | rule._cfgRule.Import) ? true : false;
Internal\SrgsCompiler\Rule.cs (1)
35_fHasExitPath = false;