2 writes to _cleanupRequests
PresentationFramework (2)
MS\Internal\Data\DataBindEngine.cs (2)
439
if (Interlocked.Increment(ref
_cleanupRequests
) == 1)
603
Interlocked.Exchange(ref
_cleanupRequests
, 0);