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