2 writes to _diagnosticIds
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
31
_diagnosticIds
= null;
36
_diagnosticIds
= diagnosticIds;
5 references to _diagnosticIds
Microsoft.CodeAnalysis.Features (5)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (5)
48
document.Project, document.Id,
_diagnosticIds
, shouldIncludeAnalyzer: null, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));
55
bool shouldIncludeDiagnostic(string id) =>
_diagnosticIds
== null ||
_diagnosticIds
.Contains(id);
71
project, documentId: null,
_diagnosticIds
, shouldIncludeAnalyzer: null, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));
80
project,
_diagnosticIds
, shouldIncludeAnalyzer: null, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));