1 write to _tableControl
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (1)
63_tableControl = errorList?.TableControl;
5 references to _tableControl
Microsoft.VisualStudio.LanguageServices (5)
TableDataSource\Suppression\VisualStudioDiagnosticListSuppressionStateService.cs (5)
102if (_tableControl == null) 107if (SelectedItems == _tableControl.SelectedEntries.Count()) 114if (ProcessEntries(_tableControl.SelectedEntries, added: true)) 191Contract.ThrowIfNull(_tableControl); 198foreach (var entryHandle in _tableControl.SelectedEntries)