2 writes to _fStaticRule
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1112rule._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)
1116rule._fHasExitPath = (rule._fStaticRule) ? true : false;