4 references to ToList
System.Speech (4)
Internal\SrgsCompiler\Graph.cs (2)
174List<Arc> arcs = srcState.InArcs.ToList(); 221List<Arc> arcs = srcState.OutArcs.ToList();
Internal\SrgsCompiler\Rule.cs (1)
256foreach (Arc inArc in endState.InArcs.ToList())
Internal\SrgsCompiler\State.cs (1)
56List<Arc> outArcs = _outArcs.ToList();