1 write to _onAnalysisException
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
50_onAnalysisException = onAnalysisException;
3 references to _onAnalysisException
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DocumentAnalysisExecutor.cs (3)
66=> new(analysisScope, _compilationWithAnalyzers, _diagnosticAnalyzerRunner, _logPerformanceInfo, _onAnalysisException); 162catch when (_onAnalysisException != null) 164_onAnalysisException.Invoke();