3 types derived from CompilerHost
Microsoft.NET.Sdk.Razor.Tool.Tests (2)
DefaultRequestDispatcherTest.cs (1)
487
private class TestableCompilerHost :
CompilerHost
ServerLifecycleTest.cs (1)
276
private class TestableCompilerHost :
CompilerHost
rzc (1)
CompilerHost.cs (1)
19
private class DefaultCompilerHost :
CompilerHost
15 references to CompilerHost
Microsoft.NET.Sdk.Razor.Tool.Tests (8)
Infrastructure\ServerUtilities.cs (6)
25
CompilerHost
compilerHost = null,
30
compilerHost = compilerHost ??
CompilerHost
.Create();
92
CompilerHost
compilerHost,
111
private readonly
CompilerHost
_compilerHost;
118
CompilerHost
compilerHost,
133
CompilerHost
compilerHost,
ServerLifecycleTest.cs (2)
27
var compilerHost = new Mock<
CompilerHost
>(MockBehavior.Strict);
54
var compilerHost = new Mock<
CompilerHost
>(MockBehavior.Strict);
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)