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