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