5 references to MoveSemanticTagLeft
System.Speech (5)
Internal\SrgsCompiler\Graph.cs (2)
333
if (!((state == state.Rule._firstState) && (epsilonArc.End == null)) &&
MoveSemanticTagLeft
(epsilonArc))
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))