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)
55AddInitialTableSource(workspace.CurrentSolution, _source); 61if (solution.ProjectIds.Count == 0 || this.TableManager.Sources.Any(s => s == _source)) 66AddTableSource(_source); 71if (solution.ProjectIds.Count > 0 || !this.TableManager.Sources.Any(s => s == _source)) 76this.TableManager.RemoveSource(_source); 80=> _source.Shutdown();