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