3 references to OnAnalyzerException
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
728analyzerExecutor.OnAnalyzerException(innerException, analyzer, diagnostic, analyzerExecutor.CancellationToken); 2603AnalyzerExecutor.OnAnalyzerException(ex, analyzer, diagnostic, cancellationToken);
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (1)
306Action<Exception, DiagnosticAnalyzer, Diagnostic, CancellationToken> onAnalyzerException = analyzerExecutor.OnAnalyzerException;