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