2 instantiations of 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),
3 references to ShutdownBuildResponse
VBCSCompiler (3)
src\Compilers\Core\CommandLine\BuildProtocol.cs (2)
347
return
ShutdownBuildResponse
.Create(reader);
422
public static
ShutdownBuildResponse
Create(BinaryReader reader)
src\Compilers\Shared\BuildServerConnection.cs (1)
116
if (response is
ShutdownBuildResponse
shutdownBuildResponse)