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