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