1 write to _source
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\MiscellaneousDiagnosticListTable.cs (1)
53
_source
= new LiveTableDataSource(workspace, globalOptions, threadingContext, diagnosticService, IdentifierString);
6 references to _source
Microsoft.VisualStudio.LanguageServices (6)
TableDataSource\MiscellaneousDiagnosticListTable.cs (6)
55
AddInitialTableSource(workspace.CurrentSolution,
_source
);
61
if (solution.ProjectIds.Count == 0 || this.TableManager.Sources.Any(s => s ==
_source
))
66
AddTableSource(
_source
);
71
if (solution.ProjectIds.Count > 0 || !this.TableManager.Sources.Any(s => s ==
_source
))
76
this.TableManager.RemoveSource(
_source
);
80
=>
_source
.Shutdown();