1 write to _onAnalysisException
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
52
_onAnalysisException
= onAnalysisException;
3 references to _onAnalysisException
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DocumentAnalysisExecutor.cs (3)
68
=> new(_diagnosticAnalyzerService, analysisScope, _compilationWithAnalyzers, _logPerformanceInfo,
_onAnalysisException
);
165
catch when (
_onAnalysisException
!= null)
167
_onAnalysisException
.Invoke();