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