10 references to State
VBCSCompiler (10)
ServerDispatcher.cs (10)
58private State _state; 83_state = State.Running; 94_state = State.Completed; 140} while (_connectionList.Count > 0 || _state == State.Running); 158allowCompilationRequests: _state == State.Running, 216if (_state == State.ShuttingDown) 222Debug.Assert(_state == State.Running); 225_state = State.ShuttingDown; 247if (_state == State.Running && _connectionList.Count == 0 && _timeoutTask is null && _keepAlive.HasValue) 256if (_state == State.Running && _connectionList.Count == 0 && _gcTask is null)