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