4 references to CanTagsBeMoved
System.Speech (4)
Internal\SrgsCompiler\Graph.cs (2)
745if ((startState.InArcs.CountIsOne) && (startState.OutArcs.CountIsOne) && CanTagsBeMoved(previousArc, arc)) 779if ((endState.InArcs.CountIsOne) && (endState.OutArcs.CountIsOne) && CanTagsBeMoved(arc, pNextArc))
Internal\SrgsCompiler\ParseElementCollection.cs (2)
242if (_endArc.IsEpsilonTransition && Graph.CanTagsBeMoved(_endArc, start)) 265if (start.IsEpsilonTransition && Graph.CanTagsBeMoved(start, _endArc))