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