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