1 write to _source
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\TaskList\VisualStudioTaskListTable.cs (1)
40
_source
= new TableDataSource(workspace, threadingContext, taskProvider, IdentifierString);
6 references to _source
Microsoft.VisualStudio.LanguageServices (6)
TableDataSource\TaskList\VisualStudioTaskListTable.cs (6)
41
AddInitialTableSource(workspace.CurrentSolution,
_source
);
55
if (solution.ProjectIds.Count == 0 || this.TableManager.Sources.Any(s => s ==
_source
))
60
AddTableSource(
_source
);
65
if (solution.ProjectIds.Count > 0 || !this.TableManager.Sources.Any(s => s ==
_source
))
70
this.TableManager.RemoveSource(
_source
);
74
=>
_source
.Shutdown();