1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
307
_workspace
= workspace;
3 references to _workspace
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (3)
328
var items = provider.GetDiagnosticsAsync(
_workspace
, _projectId, _documentId, _id, includeSuppressedDiagnostics: true, CancellationToken.None)
332
.Select(data => DiagnosticTableItem.Create(
_workspace
, data));
338
=>
_workspace
.CreateTrackingPoints(_documentId, items);