10 references to _tags
System.Speech (10)
Internal\SrgsCompiler\BackEnd.cs (10)
164
for (int i =
_tags
.Count - 1; i >= 0; i--)
168
if (
_tags
[i]._cfgTag.ArcIndex == 0)
170
_tags
.RemoveAt(i);
174
_tags
.Sort();
177
foreach (Tag tag in
_tags
)
448
_tags
.Add(tag);
458
_tags
.Add(tag);
510
newArc.CloneTags(arc,
_tags
, tags, null);
571
newArc.CloneTags(arc,
_tags
, tags, this);
942
_tags
.Add(tag);