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