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