2 references to Shutdown
VBCSCompiler (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
112
var requestArgs = new[] { new Argument(ArgumentId.
Shutdown
, argumentIndex: 0, value: "") };
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
65
if (request.Arguments.Count == 1 && request.Arguments[0].ArgumentId == BuildProtocolConstants.ArgumentId.
Shutdown
)