9 references to DocumentId
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (3)
48Contract.ThrowIfFalse(diagnostics.All(d => d.DocumentId != null)); 58Contract.ThrowIfFalse(diagnostics.All(d => d.DocumentId != null)); 77Contract.ThrowIfFalse(diagnostics.All(d => d.DocumentId == null));
Diagnostics\DiagnosticsUpdatedArgs.cs (1)
34Debug.Assert(diagnostics.All(d => d.ProjectId == projectId && d.DocumentId == documentId));
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
267if (diagnostic.DocumentId != document.Id)
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
150return d.DocumentId is null || span.IntersectsWith(d.DataLocation.UnmappedFileSpan.GetClampedTextSpan(sourceText));
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticData.cs (3)
137DocumentId == other.DocumentId && 150Hash.Combine(DocumentId,