5 writes to _fHasExitPath
System.Speech (5)
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;
Internal\SrgsCompiler\State.cs (2)
214_rule._fHasExitPath = true; 226_rule._fHasExitPath = true;
3 references to _fHasExitPath
System.Speech (3)
Internal\SrgsCompiler\Rule.cs (1)
85if (!_fHasExitPath)
Internal\SrgsCompiler\State.cs (2)
199if (_rule._fHasExitPath) 210if (arc.RuleRef._fHasExitPath)