3 writes to _groups
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (3)
34 _groups = ShellController.GenerateFlyoutGrouping(); 60 _groups = newGroups; 94 _groups = newGroups;
4 references to _groups
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (4)
32 if (_groups == null) 45 return _groups; 57 if (newGroups == _groups) 92 if (newGroups != _groups)