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