9 references to CopyTags
System.Speech (9)
Internal\SrgsCompiler\Graph.cs (4)
555Arc.CopyTags(commonArc, duplicatedArc, Direction.Left); 697Arc.CopyTags(commonArc, duplicatedArc, Direction.Right); 748Arc.CopyTags(arc, previousArc, Direction.Left); 782Arc.CopyTags(arc, pNextArc, Direction.Right);
Internal\SrgsCompiler\ParseElementCollection.cs (5)
208Arc.CopyTags(_endArc, start, Direction.Right); 214Arc.CopyTags(start, _endArc, Direction.Left); 230Arc.CopyTags(start, _endArc, Direction.Left); 245Arc.CopyTags(_endArc, start, Direction.Right); 268Arc.CopyTags(start, _endArc, Direction.Left);