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