2 references to ShutdownBuildResponse
VBCSCompiler (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
425
return new
ShutdownBuildResponse
(serverProcessId);
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
70
new
ShutdownBuildResponse
(Process.GetCurrentProcess().Id),