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