3 writes to _curState
System.Speech (3)
Internal\SrgsCompiler\Graph.cs (3)
28_curState = _startState = state; 32_curState = _curState!.Add(state); 44_curState = state.Prev;
2 references to _curState
System.Speech (2)
Internal\SrgsCompiler\Graph.cs (2)
32_curState = _curState!.Add(state); 42if (state == _curState)