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