7 writes to _fNeedWeightTable
System.Speech (7)
Internal\SrgsCompiler\BackEnd.cs (7)
42
_fNeedWeightTable
= true;
202
be.
_fNeedWeightTable
= org._fNeedWeightTable;
385
return new Arc(text, null, _words, 1.0f, CfgGrammar.SP_NORMAL_CONFIDENCE, null, matchMode, ref
_fNeedWeightTable
);
908
newArc = new Arc(null, ruleToTransitionTo, _words!, flWeight, CfgGrammar.SP_NORMAL_CONFIDENCE, null, MatchMode.AllWords, ref
_fNeedWeightTable
);
914
newArc = 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;
1265
Arc arc = new(s, null, _words, flWeight, requiredConfidence, null, MatchMode.AllWords, ref
_fNeedWeightTable
);
3 references to _fNeedWeightTable
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (3)
147
if (
_fNeedWeightTable
)
202
be._fNeedWeightTable = org.
_fNeedWeightTable
;
1046
if (
_fNeedWeightTable
)