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)
202
return ProtocolUtil.
EmptyBuildResponse
;
241
return ProtocolUtil.
EmptyBuildResponse
;
282
var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => ProtocolUtil.
EmptyBuildResponse
);
303
var compilerServerHost = new TestableCompilerServerHost((request, cancellationToken) => ProtocolUtil.
EmptyBuildResponse
);
334
return ProtocolUtil.
EmptyBuildResponse
;