2 writes to _startState
System.Speech (2)
Internal\SrgsCompiler\Graph.cs (2)
28_curState = _startState = state; 40_startState = state.Next;
6 references to _startState
System.Speech (6)
Internal\SrgsCompiler\Graph.cs (6)
26if (_startState == null) 38if (state == _startState) 52for (State? item = _startState; item != null; item = item.Next) 60for (State? item = _startState; item != null; item = item.Next) 244return _startState; 253for (State? se = _startState; se != null; se = se.Next)