4 references to RejectedBuildResponse
vbc (4)
src\Compilers\Shared\BuildProtocol.cs (1)
507return new RejectedBuildResponse(reason);
src\Compilers\Shared\BuildServerConnection.cs (3)
289return new RejectedBuildResponse($"Error writing build request: {e.Message}"); 314response = new RejectedBuildResponse($"Error reading response: {e.Message}"); 320response = new RejectedBuildResponse($"Client disconnected");