1 write to _displayedToast
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerProjectSystem.cs (1)
149
var shouldShowToast = Interlocked.CompareExchange(ref
_displayedToast
, value: 1, comparand: 0) == 0;