2 writes to FirstArcIndex
System.Speech (2)
Internal\SrgsCompiler\Rule.cs (2)
136
FirstArcIndex
= 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)
1095
int firstArc = (int)cfgRule.
FirstArcIndex
;
1109
ruleFirstArcs.Add((int)cfgRule.
FirstArcIndex
, rule);
1122
rule._firstState.SerializeId = (int)cfgRule.
FirstArcIndex
;