1 write to _tableControl
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioDiagnosticListTableCommandHandler.cs (1)
73_tableControl = errorList?.TableControl;
2 references to _tableControl
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioDiagnosticListTableCommandHandler.cs (2)
244if (_tableControl?.SelectedEntries.Count() != 1) 249if (!_tableControl.SelectedEntry.TryGetSnapshot(out var snapshot, out var index) ||