2 writes to _keepAlive
VBCSCompiler (2)
ServerDispatcher.cs (2)
84
_keepAlive
= keepAlive;
326
_keepAlive
= keepAlive;
4 references to _keepAlive
VBCSCompiler (4)
ServerDispatcher.cs (4)
247
if (_state == State.Running && _connectionList.Count == 0 && _timeoutTask is null &&
_keepAlive
.HasValue)
250
_timeoutTask = Task.Delay(
_keepAlive
.Value);
324
if (_keepAliveIsDefault || !
_keepAlive
.HasValue || keepAlive >
_keepAlive
.Value)