4 references to MoveSemanticTagLeft
System.Speech (4)
Internal\SrgsCompiler\Graph.cs (1)
531
if (
MoveSemanticTagLeft
(duplicatedArc))
Internal\SrgsCompiler\ParseElementCollection.cs (2)
67
if (position == Position.After && arc.Start != null && arc.Start.OutArcs.CountIsOne && Graph.
MoveSemanticTagLeft
(arc))
135
for (State? endState = endArc.Start; endArc.IsEpsilonTransition && endState != null && Graph.
MoveSemanticTagLeft
(endArc) && endState.InArcs.CountIsOne && endState.OutArcs.CountIsOne; endState = endArc.Start)
Internal\SrgsCompiler\Rule.cs (1)
249
if (endArc.IsEpsilonTransition && endState.OutArcs.CountIsOne && Graph.
MoveSemanticTagLeft
(endArc))