5 writes to _state
rzc (5)
DefaultRequestDispatcher.cs (5)
56_state = State.Running; 75_state = State.Completed; 119_state = State.ShuttingDown; 205_state = State.ShuttingDown; 302_state = State.ShuttingDown;
2 references to _state
rzc (2)
DefaultRequestDispatcher.cs (2)
71while (_connections.Count > 0 || _state == State.Running); 186var accept = _state == State.Running;