1 instantiation of ServerDispatcher
VBCSCompiler (1)
BuildServerController.cs (1)
132var dispatcher = new ServerDispatcher(compilerServerHost, clientConnectionHost, listener);
5 references to ServerDispatcher
VBCSCompiler (3)
BuildServerController.cs (3)
79return ServerDispatcher.DefaultServerKeepAlive; 85return ServerDispatcher.DefaultServerKeepAlive; 132var dispatcher = new ServerDispatcher(compilerServerHost, clientConnectionHost, listener);
VBCSCompiler.UnitTests (2)
BuildServerControllerTests.cs (2)
42Assert.Equal(ServerDispatcher.DefaultServerKeepAlive, _controller.GetKeepAliveTimeout()); 48Assert.Equal(ServerDispatcher.DefaultServerKeepAlive, _controller.GetKeepAliveTimeout());