4 references to ImmutableCustomTags
Microsoft.CodeAnalysis.CodeStyle (4)
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);