2 instantiations of ArcList
System.Speech (2)
Internal\SrgsCompiler\State.cs (2)
475private ArcList _outArcs = new(); 478private ArcList _inArcs = new();
7 references to ArcList
System.Speech (7)
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();