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