1 type derived from CompilerHost
rzc (1)
CompilerHost.cs (1)
19private class DefaultCompilerHost : CompilerHost
7 references to CompilerHost
rzc (7)
CompilerHost.cs (1)
12public static CompilerHost Create()
DefaultRequestDispatcher.cs (2)
16private readonly CompilerHost _compilerHost; 30CompilerHost compilerHost,
RequestDispatcher.cs (1)
21public static RequestDispatcher Create(ConnectionHost connectionHost, CompilerHost compilerHost, CancellationToken cancellationToken, EventBus eventBus, TimeSpan? keepAlive = null)
ServerCommand.cs (3)
104var compilerHost = CompilerHost.Create(); 117protected virtual void ExecuteServerCore(ConnectionHost host, CompilerHost compilerHost, CancellationToken cancellationToken, EventBus eventBus, TimeSpan? keepAlive)