2 writes to SerializeId
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
994state.SerializeId = cArcs; 1122rule._firstState.SerializeId = (int)cfgRule.FirstArcIndex;
2 references to SerializeId
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (1)
190A.NextStartArcIndex = (uint)(_end != null ? _end.SerializeId : 0);
Internal\SrgsCompiler\Rule.cs (1)
145_cfgRule.FirstArcIndex = _firstState != null && !_firstState.OutArcs.IsEmpty ? (uint)_firstState.SerializeId : 0;