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