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