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