8 references to ImmutableCustomTags
Microsoft.CodeAnalysis.Workspaces (8)
Diagnostics\DiagnosticAnalyzerInfoCache.cs (1)
185
descriptors.Length > 0 && descriptors[0].
ImmutableCustomTags
().Any(static t => t == WellKnownDiagnosticTags.Telemetry);
Diagnostics\DiagnosticData.cs (1)
236
diagnostic.Descriptor.
ImmutableCustomTags
(),
Shared\Extensions\TelemetryExtensions.cs (1)
56
if (diagnostic.Descriptor.
ImmutableCustomTags
().Any(static t => t == WellKnownDiagnosticTags.Telemetry))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (4)
113
descriptor.
ImmutableCustomTags
().Any(static tag => tag is WellKnownDiagnosticTags.Compiler or WellKnownDiagnosticTags.NotConfigurable))
180
descriptor.
ImmutableCustomTags
().Any(static tag => tag is WellKnownDiagnosticTags.Compiler or WellKnownDiagnosticTags.NotConfigurable))
224
descriptor.
ImmutableCustomTags
().Any(static tag => tag is WellKnownDiagnosticTags.Compiler or WellKnownDiagnosticTags.NotConfigurable))
252
=> descriptor.
ImmutableCustomTags
().Contains(WellKnownDiagnosticTags.CompilationEnd);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\ForkingSyntaxEditorBasedCodeFixProvider.cs (1)
48
=> !diagnostic.Descriptor.
ImmutableCustomTags
().Contains(WellKnownDiagnosticTags.Unnecessary);