1 write to ShutdownRequest
VBCSCompiler (1)
CompletionData.cs (1)
44ShutdownRequest = shutdownRequested;
2 references to ShutdownRequest
VBCSCompiler (2)
CompletionData.cs (1)
51public override string ToString() => $"{Reason} KeepAlive:{NewKeepAlive} ShutdownRequest:{ShutdownRequest}";
ServerDispatcher.cs (1)
296if (completionData.ShutdownRequest)