1 instantiation of TestableCompilerHost
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
ServerLifecycleTest.cs (1)
270var compilerHost = new TestableCompilerHost();
6 references to TestableCompilerHost
Microsoft.NET.Sdk.Razor.Tool.Tests (6)
ServerLifecycleTest.cs (6)
124var host = CreateCompilerHost(c => c.ExecuteFunc = (req, ct) => 169var host = CreateCompilerHost(c => c.ExecuteFunc = (req, ct) => 216var host = CreateCompilerHost(c => c.ExecuteFunc = (req, ct) => 268private static TestableCompilerHost CreateCompilerHost(Action<TestableCompilerHost> configureCompilerHost = null) 270var compilerHost = new TestableCompilerHost();