5 references to AnalyzerException
Microsoft.CodeAnalysis (4)
Diagnostic\WellKnownDiagnosticTags.cs (1)
56
public const string AnalyzerException = nameof(
AnalyzerException
);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1365
customTags: WellKnownDiagnosticTags.
AnalyzerException
);
1374
if (tag == WellKnownDiagnosticTags.
AnalyzerException
)
SourceGeneration\GeneratorDriver.cs (1)
414
customTags: WellKnownDiagnosticTags.
AnalyzerException
);
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
44
customTags: WellKnownDiagnosticTags.
AnalyzerException
);