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)
41AddInitialTableSource(workspace.CurrentSolution, _source); 55if (solution.ProjectIds.Count == 0 || this.TableManager.Sources.Any(s => s == _source)) 60AddTableSource(_source); 65if (solution.ProjectIds.Count > 0 || !this.TableManager.Sources.Any(s => s == _source)) 70this.TableManager.RemoveSource(_source); 74=> _source.Shutdown();