2 references to OnAnalyzerException
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
495
if (analysisOptions.
OnAnalyzerException
!= null)
497
analysisOptions.
OnAnalyzerException
(ex, analyzer, filteredDiagnostic);