2 references to VisualStudioDiagnosticListTableCommandHandler
Microsoft.VisualStudio.LanguageServices (2)
RoslynPackage.cs (1)
225await this.ComponentModel.GetService<VisualStudioDiagnosticListTableCommandHandler>().InitializeAsync(this, cancellationToken).ConfigureAwait(false);
TableDataSource\Suppression\VisualStudioDiagnosticListTableCommandHandler.cs (1)
33[Export(typeof(VisualStudioDiagnosticListTableCommandHandler))]