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