1 write to _onAnalysisException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
53
_onAnalysisException
= onAnalysisException;
5 references to _onAnalysisException
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\Diagnostics\DocumentAnalysisExecutor.cs (5)
69
=> new(analysisScope, _compilationWithAnalyzers, _diagnosticAnalyzerRunner, _isExplicit, _logPerformanceInfo,
_onAnalysisException
);
192
catch when (
_onAnalysisException
!= null)
194
_onAnalysisException
.Invoke();
205
catch when (
_onAnalysisException
!= null)
207
_onAnalysisException
.Invoke();