3 writes to _state
VBCSCompiler (3)
ServerDispatcher.cs (3)
83
_state
= State.Running;
94
_state
= State.Completed;
225
_state
= State.ShuttingDown;
6 references to _state
VBCSCompiler (6)
ServerDispatcher.cs (6)
140
} while (_connectionList.Count > 0 ||
_state
== State.Running);
158
allowCompilationRequests:
_state
== State.Running,
216
if (
_state
== State.ShuttingDown)
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)