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