65 references to DocumentId
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (6)
Microsoft.CodeAnalysis.Features (5)
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.VisualStudio.LanguageServices (28)
Microsoft.VisualStudio.LanguageServices.UnitTests (13)
Diagnostics\DiagnosticTableDataSourceTests.vb (13)
818diagnostics = Items.Where(Function(t) t.DocumentId Is documentId).ToImmutableArrayOrEmpty()
845diagnosticsArgs = Items.Where(Function(t) t.DocumentId Is documentId) _
849New ErrorId(Me, If(CObj(t.DocumentId), t.ProjectId)),
850workspace, t.ProjectId, t.DocumentId)
857New ErrorId(Me, If(CObj(t.DocumentId), t.ProjectId)),
858workspace, t.ProjectId, t.DocumentId)
864New ErrorId(Me, If(CObj(t.DocumentId), t.ProjectId)),
865workspace, t.ProjectId, t.DocumentId)
875Dim id = If(CObj(item.DocumentId), item.ProjectId)
877New ErrorId(Me, id), workspace, workspace.CurrentSolution, item.ProjectId, item.DocumentId, items.ToImmutableArray()))
881Dim documentMap = Items.Where(Function(t) t.DocumentId IsNot Nothing).ToLookup(Function(t) t.DocumentId)
888Dim projectMap = Items.Where(Function(t) t.DocumentId Is Nothing).ToLookup(Function(t) t.ProjectId)