4 writes to TransitionIndex
System.Speech (4)
Internal\SrgsCompiler\Arc.cs (4)
194
A.
TransitionIndex
= (uint)_ruleRef._iSerialize; //_pFirstState.SerializeId;
201
A.
TransitionIndex
= (uint)_specialTransitionIndex;
205
A.
TransitionIndex
= (uint)_iWord;
231
A.
TransitionIndex
= 0;
4 references to TransitionIndex
System.Speech (4)
Internal\SrgsCompiler\BackEnd.cs (4)
850
ruleCur._listRules.Add(_rules[(int)arc.
TransitionIndex
]);
906
Rule ruleToTransitionTo = _rules[(int)arc.
TransitionIndex
];
912
int transitionIndex = (int)arc.
TransitionIndex
;
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);