2 instantiations of ArcList
System.Speech (2)
Internal\SrgsCompiler\State.cs (2)
475private ArcList _outArcs = new(); 478private ArcList _inArcs = new();
9 references to ArcList
System.Speech (9)
Internal\SrgsCompiler\ArcList.cs (2)
68public ArcListDebugDisplay(ArcList item) 87private ArcList _item;
Internal\SrgsCompiler\Graph.cs (3)
457private void MergeDuplicateInputTransitions(ArcList arcs, Stack<State> mergeStates) 599private void MergeDuplicateOutputTransitions(ArcList arcs, Stack<State> mergeStates) 827private static void MergeIdenticalTransitions(ArcList arcs, List<Arc> identicalWords)
Internal\SrgsCompiler\State.cs (4)
353internal ArcList OutArcs 361internal ArcList InArcs 475private ArcList _outArcs = new(); 478private ArcList _inArcs = new();