5 references to AnalyzerException
Microsoft.CodeAnalysis (4)
Diagnostic\WellKnownDiagnosticTags.cs (1)
56public const string AnalyzerException = nameof(AnalyzerException);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1319customTags: WellKnownDiagnosticTags.AnalyzerException); 1328if (tag == WellKnownDiagnosticTags.AnalyzerException)
SourceGeneration\GeneratorDriver.cs (1)
414customTags: WellKnownDiagnosticTags.AnalyzerException);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
70customTags: WellKnownDiagnosticTags.AnalyzerException);