2 references to CompletedServerResponse
rzc (2)
CompilerHost.cs (1)
68
return new
CompletedServerResponse
(exitCode, utf8output: false, output, error);
ServerProtocol\CompletedServerResponse.cs (1)
44
return new
CompletedServerResponse
(returnCode, utf8Output, output, errorOutput);