2 writes to _keepAliveIsDefault
VBCSCompiler (2)
ServerDispatcher.cs (2)
85
_keepAliveIsDefault
= true;
327
_keepAliveIsDefault
= false;
1 reference to _keepAliveIsDefault
VBCSCompiler (1)
ServerDispatcher.cs (1)
324
if (
_keepAliveIsDefault
|| !_keepAlive.HasValue || keepAlive > _keepAlive.Value)