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