4 instantiations of RejectedBuildResponse
csc (4)
BuildProtocol.cs (1)
525return new RejectedBuildResponse(reason);
BuildServerConnection.cs (3)
268return new RejectedBuildResponse($"Error writing build request: {e.Message}"); 293response = new RejectedBuildResponse($"Error reading response: {e.Message}"); 299response = new RejectedBuildResponse($"Client disconnected");
2 references to RejectedBuildResponse
csc (2)
BuildProtocol.cs (2)
369return RejectedBuildResponse.Create(reader); 521public static RejectedBuildResponse Create(BinaryReader reader)