2 writes to _busyCount
Microsoft.Maui.Controls.Compatibility (2)
Android\PopupManager.cs (2)
72 _busyCount = 0; 83 _busyCount = Math.Max(0, enabled ? _busyCount + 1 : _busyCount - 1);
3 references to _busyCount
Microsoft.Maui.Controls.Compatibility (3)
Android\PopupManager.cs (3)
83 _busyCount = Math.Max(0, enabled ? _busyCount + 1 : _busyCount - 1); 85 UpdateProgressBarVisibility(_busyCount > 0);