2 writes to _isLogCollectionInProgress
Microsoft.VisualStudio.LanguageServices (2)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (2)
112if (Interlocked.CompareExchange(ref _isLogCollectionInProgress, 1, 0) == 0) 120if (Interlocked.Exchange(ref _isLogCollectionInProgress, 0) == 1)