1 write to _states
System.Speech (1)
Internal\SrgsCompiler\Graph.cs (1)
954
_states
= states;
2 references to _states
System.Speech (2)
Internal\SrgsCompiler\Graph.cs (2)
961
State[] states = new State[
_states
.Count];
963
foreach (State state in
_states
)