1 type derived from RequestDispatcher
rzc (1)
DefaultRequestDispatcher.cs (1)
13internal class DefaultRequestDispatcher : RequestDispatcher
3 references to RequestDispatcher
rzc (3)
RequestDispatcher.cs (1)
21public static RequestDispatcher Create(ConnectionHost connectionHost, CompilerHost compilerHost, CancellationToken cancellationToken, EventBus eventBus, TimeSpan? keepAlive = null)
ServerCommand.cs (2)
119var dispatcher = RequestDispatcher.Create(host, compilerHost, cancellationToken, eventBus, keepAlive);