4 instantiations of LiveTableDataSource
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\MiscellaneousDiagnosticListTable.cs (1)
53_source = new LiveTableDataSource(workspace, globalOptions, threadingContext, diagnosticService, IdentifierString);
TableDataSource\VisualStudioDiagnosticListTable.cs (2)
98_liveTableSource = new LiveTableDataSource(workspace, globalOptions, threadingContext, diagnosticService, IdentifierString, workspace.ExternalErrorDiagnosticUpdateSource); 130AddInitialTableSource(workspace.CurrentSolution, new LiveTableDataSource(workspace, globalOptions, threadingContext, diagnosticService, IdentifierString));
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteDiagnosticListTable.cs (1)
43_source = new LiveTableDataSource(workspace, globalOptions, threadingContext, diagnosticService, IdentifierString);
6 references to LiveTableDataSource
Microsoft.VisualStudio.LanguageServices (5)
TableDataSource\MiscellaneousDiagnosticListTable.cs (1)
43private readonly LiveTableDataSource _source;
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (2)
296private readonly LiveTableDataSource _source; 304public TableEntriesSource(LiveTableDataSource source, Workspace workspace, IGlobalOptionService globalOptions, ProjectId? projectId, DocumentId? documentId, object id)
TableDataSource\VisualStudioDiagnosticListTable.BuildTableDataSource.cs (1)
34/// See <see cref="VisualStudioBaseDiagnosticListTable.LiveTableDataSource"/>
TableDataSource\VisualStudioDiagnosticListTable.cs (1)
82private readonly LiveTableDataSource _liveTableSource;
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteDiagnosticListTable.cs (1)
28private readonly LiveTableDataSource _source;