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