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