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