1 write to _exitNotificationTask
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
291_exitNotificationTask ??= Exit_NoLockAsync();
2 references to _exitNotificationTask
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
38/// Guards access to <see cref="_shutdownRequestTask"/> and <see cref="_exitNotificationTask"/> 292exitTask = _exitNotificationTask;