4 references to DefaultServerKeepAlive
VBCSCompiler (2)
BuildServerController.cs (2)
79return ServerDispatcher.DefaultServerKeepAlive; 85return ServerDispatcher.DefaultServerKeepAlive;
VBCSCompiler.UnitTests (2)
BuildServerControllerTests.cs (2)
42Assert.Equal(ServerDispatcher.DefaultServerKeepAlive, _controller.GetKeepAliveTimeout()); 48Assert.Equal(ServerDispatcher.DefaultServerKeepAlive, _controller.GetKeepAliveTimeout());