2 writes to FirstArcIndex
System.Speech (2)
Internal\SrgsCompiler\Rule.cs (2)
136FirstArcIndex = 0 145_cfgRule.FirstArcIndex = _firstState != null && !_firstState.OutArcs.IsEmpty ? (uint)_firstState.SerializeId : 0;
3 references to FirstArcIndex
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (3)
1095int firstArc = (int)cfgRule.FirstArcIndex; 1109ruleFirstArcs.Add((int)cfgRule.FirstArcIndex, rule); 1122rule._firstState.SerializeId = (int)cfgRule.FirstArcIndex;