7 references to EmptyBuildResponse
VBCSCompiler.UnitTests (7)
ClientConnectionHandlerTests.cs (2)
58
var compilerServerHost = new TestableCompilerServerHost(delegate { return ProtocolUtil.
EmptyBuildResponse
; });
157
return ProtocolUtil.
EmptyBuildResponse
;
VBCSCompilerServerTests.cs (5)
200
return ProtocolUtil.
EmptyBuildResponse
;
239
return ProtocolUtil.
EmptyBuildResponse
;
280
var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => ProtocolUtil.
EmptyBuildResponse
);
301
var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => ProtocolUtil.
EmptyBuildResponse
);
332
return ProtocolUtil.
EmptyBuildResponse
;