2 types derived from TableItem
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\DiagnosticTableItem.cs (1)
14internal sealed class DiagnosticTableItem : TableItem
TableDataSource\TaskList\TaskListTableItem.cs (1)
14internal sealed class TaskListTableItem : TableItem
15 references to TableItem
Microsoft.VisualStudio.LanguageServices (15)
TableDataSource\AbstractRoslynTableDataSource.cs (1)
17where TItem : TableItem
TableDataSource\AbstractTableControlEventProcessorProvider.cs (1)
12where TItem : TableItem
TableDataSource\AbstractTableDataSource.cs (1)
23where TItem : TableItem
TableDataSource\AbstractTableEntriesSnapshot.cs (1)
28where TItem : TableItem
TableDataSource\AbstractTableEntriesSource.cs (1)
15internal abstract class AbstractTableEntriesSource<TItem> where TItem : TableItem
TableDataSource\DiagnosticTableItem.cs (2)
37public override TableItem WithAggregatedData(string[] projectNames, Guid[] projectGuids) 55public override bool EqualsIgnoringLocation(TableItem other)
TableDataSource\Extensions.cs (2)
18where TItem : TableItem 52private static ITrackingPoint CreateTrackingPoint(TableItem item, ITextSnapshot snapshot)
TableDataSource\OpenDocumentTracker.cs (1)
13where TItem : TableItem
TableDataSource\TableEntriesFactory.cs (1)
20where TItem : TableItem
TableDataSource\TableItem.cs (2)
45public abstract TableItem WithAggregatedData(string[] projectNames, Guid[] projectGuids); 52public abstract bool EqualsIgnoringLocation(TableItem other);
TableDataSource\TaskList\TaskListTableItem.cs (2)
36public override TableItem WithAggregatedData(string[] projectNames, Guid[] projectGuids) 51public override bool EqualsIgnoringLocation(TableItem other)