2 instantiations of ShutdownBuildResponse
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
70new ShutdownBuildResponse(Process.GetCurrentProcess().Id),
src\Compilers\Shared\BuildProtocol.cs (1)
427return new ShutdownBuildResponse(serverProcessId);
3 references to ShutdownBuildResponse
VBCSCompiler (3)
src\Compilers\Shared\BuildProtocol.cs (2)
349return ShutdownBuildResponse.Create(reader); 424public static ShutdownBuildResponse Create(BinaryReader reader)
src\Compilers\Shared\BuildServerConnection.cs (1)
119if (response is ShutdownBuildResponse shutdownBuildResponse)