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