2 writes to _diagnosticIds
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (2)
34
_diagnosticIds
= null;
39
_diagnosticIds
= diagnosticIds;
5 references to _diagnosticIds
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (5)
50
document.Project, document.Id,
_diagnosticIds
, shouldIncludeAnalyzer: null, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));
57
bool shouldIncludeDiagnostic(string id) =>
_diagnosticIds
== null ||
_diagnosticIds
.Contains(id);
70
project, documentId: null,
_diagnosticIds
, shouldIncludeAnalyzer: null, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));
78
project,
_diagnosticIds
, shouldIncludeAnalyzer: null, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false));