19 references to TestableCompilerServerHost
VBCSCompiler.UnitTests (19)
ClientConnectionHandlerTests.cs (6)
27var compilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 40var compilerServerHost = new TestableCompilerServerHost(delegate 58var compilerServerHost = new TestableCompilerServerHost(delegate { return ProtocolUtil.EmptyBuildResponse; }); 83var compilerServerHost = new TestableCompilerServerHost(delegate 120var compilerServerHost = new TestableCompilerServerHost(delegate 152var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) =>
CompilerServerTests.cs (7)
313var testableCompilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 326var testableCompilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 343var testableCompilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 365var testableCompilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 389var testableCompilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 411var testableCompilerServerHost = new TestableCompilerServerHost(delegate { throw new Exception(); }); 1479var host = new TestableCompilerServerHost((request, cancellationToken) =>
VBCSCompilerServerTests.cs (6)
198var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => 237var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => 282var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => ProtocolUtil.EmptyBuildResponse); 303var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => ProtocolUtil.EmptyBuildResponse); 331var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => 371var compilerServerHost = new TestableCompilerServerHost(delegate