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