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