1 write to s_clientProcessId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
RoslynLanguageServer.cs (1)
62if (Interlocked.CompareExchange(ref s_clientProcessId, clientProcessId, -1) != -1)
2 references to s_clientProcessId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
RoslynLanguageServer.cs (2)
56if (s_clientProcessId != -1) 65_ = WaitForClientProcessExitAsync(s_clientProcessId);