3 writes to _currentCount
Microsoft.Maui.Controls (3)
LockingSemaphore.cs (3)
19 _currentCount = initialCount; 30 ++_currentCount; 42 --_currentCount;
1 reference to _currentCount
Microsoft.Maui.Controls (1)
LockingSemaphore.cs (1)
40 if (_currentCount > 0)