1 write to _incrementalAnalyzer
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
65
_incrementalAnalyzer
= new DiagnosticIncrementalAnalyzer(this, AnalyzerInfoCache, this.GlobalOptions);
5 references to _incrementalAnalyzer
Microsoft.CodeAnalysis.Features (5)
Diagnostics\Service\DiagnosticAnalyzerService.cs (5)
113
return await
_incrementalAnalyzer
.GetDiagnosticsForSpanAsync(
118
=>
_incrementalAnalyzer
.ForceAnalyzeProjectAsync(project, cancellationToken);
123
return
_incrementalAnalyzer
.GetDiagnosticsForIdsAsync(project, documentId, diagnosticIds, shouldIncludeAnalyzer, includeLocalDocumentDiagnostics, includeNonLocalDocumentDiagnostics, cancellationToken);
131
return
_incrementalAnalyzer
.GetProjectDiagnosticsForIdsAsync(project, diagnosticIds, shouldIncludeAnalyzer, includeNonLocalDocumentDiagnostics, cancellationToken);
140
=> service.
_incrementalAnalyzer
.GetAnalyzersForTestingPurposesOnlyAsync(project, cancellationToken);