3 writes to _pendingUpdate
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (3)
154
if (Interlocked.Exchange(ref
_pendingUpdate
, null) != null)
168
var previousPendingUpdate = Interlocked.Exchange(ref
_pendingUpdate
, update);
179
var pendingUpdate = Interlocked.Exchange(ref
_pendingUpdate
, null);
1 reference to _pendingUpdate
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
876
=> _instance.
_pendingUpdate
;