1 write to _onAnalyzerException
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
194
_onAnalyzerException
= onAnalyzerException;
3 references to _onAnalyzerException
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
220
return new AnalyzerExecutor(_compilation, _analyzerOptions, _addNonCategorizedDiagnostic,
_onAnalyzerException
, _analyzerExceptionFilter,
253
internal Action<Exception, DiagnosticAnalyzer, Diagnostic, CancellationToken> OnAnalyzerException =>
_onAnalyzerException
;
1174
_onAnalyzerException
(e, analyzer, diagnostic, _cancellationToken);