3 writes to _iSerialize
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (1)
1223rule._iSerialize = ulIndex++;
Internal\SrgsCompiler\Rule.cs (2)
22_iSerialize = iSerialize; 34_iSerialize = iSerialize;
3 references to _iSerialize
System.Speech (3)
Internal\SrgsCompiler\Arc.cs (1)
194A.TransitionIndex = (uint)_ruleRef._iSerialize; //_pFirstState.SerializeId;
Internal\SrgsCompiler\BackEnd.cs (1)
1062header.ulRootRuleIndex = (uint)_rootRule._iSerialize;
Internal\SrgsCompiler\Rule.cs (1)
127Rule rule = new(_iSerialize);