2 instantiations of CompletedServerResponse
rzc (2)
CompilerHost.cs (1)
68return new CompletedServerResponse(exitCode, utf8output: false, output, error);
ServerProtocol\CompletedServerResponse.cs (1)
44return new CompletedServerResponse(returnCode, utf8Output, output, errorOutput);
2 references to CompletedServerResponse
rzc (2)
ServerProtocol\CompletedServerResponse.cs (1)
37public static CompletedServerResponse Create(BinaryReader reader)
ServerProtocol\ServerResponse.cs (1)
114return CompletedServerResponse.Create(reader);