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);
42
if (state ==
_curState
)