3 writes to _pendingUpdate
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (3)
152if (Interlocked.Exchange(ref _pendingUpdate, null) != null) 166var previousPendingUpdate = Interlocked.Exchange(ref _pendingUpdate, new PendingSolutionUpdate( 181var pendingUpdate = Interlocked.Exchange(ref _pendingUpdate, null);
1 reference to _pendingUpdate
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
1121=> _instance._pendingUpdate;