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