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