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)
102
if (
_tableControl
== null)
107
if (SelectedItems ==
_tableControl
.SelectedEntries.Count())
114
if (ProcessEntries(
_tableControl
.SelectedEntries, added: true))
191
Contract.ThrowIfNull(
_tableControl
);
198
foreach (var entryHandle in
_tableControl
.SelectedEntries)