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)
48document.Project, document.Id, _diagnosticIds, shouldIncludeAnalyzer: null, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false)); 55bool shouldIncludeDiagnostic(string id) => _diagnosticIds == null || _diagnosticIds.Contains(id); 71project, documentId: null, _diagnosticIds, shouldIncludeAnalyzer: null, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false)); 80project, _diagnosticIds, shouldIncludeAnalyzer: null, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));