1 write to NewKeepAlive
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\CompletionData.cs (1)
43NewKeepAlive = newKeepAlive;
2 references to NewKeepAlive
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\CompletionData.cs (1)
51public override string ToString() => $"{Reason} KeepAlive:{NewKeepAlive} ShutdownRequest:{ShutdownRequest}";
src\Compilers\Server\VBCSCompiler\ServerDispatcher.cs (1)
290if (completionData.NewKeepAlive is { } keepAlive)