3 writes to _pendingUpdate
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (3)
168if (Interlocked.Exchange(ref _pendingUpdate, null) != null) 182var previousPendingUpdate = Interlocked.Exchange(ref _pendingUpdate, update); 193var pendingUpdate = Interlocked.Exchange(ref _pendingUpdate, null);