2 writes to _lspChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (2)
159Interlocked.Exchange(ref _lspChanged, 1); 167while (Interlocked.CompareExchange(ref _lspChanged, value: 0, comparand: 1) == 0)