2 writes to _fStaticRule
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1112
rule.
_fStaticRule
= (cfgRule.Dynamic) ? false : true;
Internal\SrgsCompiler\Rule.cs (1)
38
_fStaticRule
= false;
1 reference to _fStaticRule
System.Speech (1)
Internal\SrgsCompiler\BackEnd.cs (1)
1116
rule._fHasExitPath = (rule.
_fStaticRule
) ? true : false;