7 references to AnalyzerException
Microsoft.CodeAnalysis (4)
Diagnostic\WellKnownDiagnosticTags.cs (1)
44public const string AnalyzerException = nameof(AnalyzerException);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1277customTags: WellKnownDiagnosticTags.AnalyzerException); 1286if (tag == WellKnownDiagnosticTags.AnalyzerException)
SourceGeneration\GeneratorDriver.cs (1)
360customTags: WellKnownDiagnosticTags.AnalyzerException);
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (1)
AbstractDiagnosticProviderBasedUserDiagnosticTest.cs (1)
243var analyzerExceptionDiagnostics = diagnostics.Where(diag => diag.Descriptor.ImmutableCustomTags().Contains(WellKnownDiagnosticTags.AnalyzerException));
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
Diagnostics\AbstractDiagnosticProviderBasedUserDiagnosticTest.cs (1)
243var analyzerExceptionDiagnostics = diagnostics.Where(diag => diag.Descriptor.ImmutableCustomTags().Contains(WellKnownDiagnosticTags.AnalyzerException));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
69customTags: WellKnownDiagnosticTags.AnalyzerException);