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