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