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