2 writes to ArcIndex
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (1)
245
_startTags[iArc]._cfgTag.
ArcIndex
= iArcOffset;
Internal\SrgsCompiler\CfgSemanticTag.cs (1)
80
ArcIndex
= 0;
3 references to ArcIndex
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (1)
168
if (_tags[i]._cfgTag.
ArcIndex
== 0)
Internal\SrgsCompiler\Tag.cs (2)
46
return (int)_cfgTag.
ArcIndex
- (int)tag._cfgTag.
ArcIndex
;