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