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