3 writes to _iSerialize
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (1)
1223
rule.
_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)
194
A.TransitionIndex = (uint)_ruleRef.
_iSerialize
; //_pFirstState.SerializeId;
Internal\SrgsCompiler\BackEnd.cs (1)
1062
header.ulRootRuleIndex = (uint)_rootRule.
_iSerialize
;
Internal\SrgsCompiler\Rule.cs (1)
127
Rule rule = new(
_iSerialize
);