1 instantiation of TableDataSource
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\TaskList\VisualStudioTaskListTable.cs (1)
40
_source = new
TableDataSource
(workspace, threadingContext, taskProvider, IdentifierString);
3 references to TableDataSource
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\TaskList\VisualStudioTaskListTable.cs (3)
31
private readonly
TableDataSource
_source;
172
private readonly
TableDataSource
_source;
176
public TableEntriesSource(
TableDataSource
source, Workspace workspace, DocumentId documentId)