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