7 writes to _fNeedWeightTable
System.Speech (7)
Internal\SrgsCompiler\BackEnd.cs (7)
42_fNeedWeightTable = true; 202be._fNeedWeightTable = org._fNeedWeightTable; 385return new Arc(text, null, _words, 1.0f, CfgGrammar.SP_NORMAL_CONFIDENCE, null, matchMode, ref _fNeedWeightTable); 908newArc = new Arc(null, ruleToTransitionTo, _words!, flWeight, CfgGrammar.SP_NORMAL_CONFIDENCE, null, MatchMode.AllWords, ref _fNeedWeightTable); 914newArc = new Arc((ulSpecialTransitionIndex != 0) ? 0 : (int)arc.TransitionIndex, flWeight, arc.LowConfRequired ? CfgGrammar.SP_LOW_CONFIDENCE : arc.HighConfRequired ? CfgGrammar.SP_HIGH_CONFIDENCE : CfgGrammar.SP_NORMAL_CONFIDENCE, ulSpecialTransitionIndex, MatchMode.AllWords, ref _fNeedWeightTable); 960_fNeedWeightTable = true; 1265Arc arc = new(s, null, _words, flWeight, requiredConfidence, null, MatchMode.AllWords, ref _fNeedWeightTable);
3 references to _fNeedWeightTable
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (3)
147if (_fNeedWeightTable) 202be._fNeedWeightTable = org._fNeedWeightTable; 1046if (_fNeedWeightTable)