1 write to OnAnalyzerException
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
153OnAnalyzerException = onAnalyzerException;
3 references to OnAnalyzerException
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
732analyzerExecutor.OnAnalyzerException(innerException, analyzer, diagnostic, cancellationToken); 2745AnalyzerExecutor.OnAnalyzerException(ex, analyzer, diagnostic, cancellationToken);
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (1)
319var onAnalyzerException = analyzerExecutor.OnAnalyzerException;