2 references to AnalyzerExceptionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
341
AssertEx.Any(diagnostics, d => d.Id == DiagnosticAnalyzerService.
AnalyzerExceptionDiagnosticId
);
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
35
var descriptor = new DiagnosticDescriptor(
AnalyzerExceptionDiagnosticId
,