2 instantiations of 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);
2 references to CompletedServerResponse
rzc (2)
ServerProtocol\CompletedServerResponse.cs (1)
37
public static
CompletedServerResponse
Create(BinaryReader reader)
ServerProtocol\ServerResponse.cs (1)
114
return
CompletedServerResponse
.Create(reader);