2 writes to _enterCount
PresentationFramework (2)
src\Framework\MS\Internal\Utility\MonitorWrapper.cs (2)
29Interlocked.Increment(ref _enterCount); 35int count = Interlocked.Decrement(ref _enterCount);
1 reference to _enterCount
PresentationFramework (1)
src\Framework\MS\Internal\Utility\MonitorWrapper.cs (1)
44return (_enterCount > 0);