2 writes to _selectedSuppressedItems
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (2)
93
_selectedSuppressedItems
= 0;
349
UpdateSelectedItems(added, ref
_selectedSuppressedItems
);
2 references to _selectedSuppressedItems
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (2)
71
private int SelectedItems => _selectedActiveItems +
_selectedSuppressedItems
+ _selectedNonSuppressionStateItems;
77
public bool CanRemoveSuppressionsSelectedEntries =>
_selectedSuppressedItems
> 0;