3 references to IsAnalyzerExceptionDiagnostic
Microsoft.CodeAnalysis (3)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
158if (AnalyzerExecutor.IsAnalyzerExceptionDiagnostic(this))
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1390Debug.Assert(IsAnalyzerExceptionDiagnostic(exceptionDiagnostic)); 1392if (!IsAnalyzerExceptionDiagnostic(other))