2 references to KeepAlive
VBCSCompiler (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
93
requestArgs.Add(new Argument(ArgumentId.
KeepAlive
, 0, keepAlive));
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
187
if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.
KeepAlive
)