5 references to ImmutableCustomTags
BuildActionTelemetryTable (5)
DiagnosticDescriptorExtensions.cs (4)
74
descriptor.
ImmutableCustomTags
().Any(static tag => tag is WellKnownDiagnosticTags.Compiler or WellKnownDiagnosticTags.NotConfigurable))
116
descriptor.
ImmutableCustomTags
().Any(static tag => tag is WellKnownDiagnosticTags.Compiler or WellKnownDiagnosticTags.NotConfigurable))
160
descriptor.
ImmutableCustomTags
().Any(static tag => tag is WellKnownDiagnosticTags.Compiler or WellKnownDiagnosticTags.NotConfigurable))
188
=> descriptor.
ImmutableCustomTags
().Contains(WellKnownDiagnosticTags.CompilationEnd);
TelemetryExtensions.cs (1)
56
if (diagnostic.Descriptor.
ImmutableCustomTags
().Any(static t => t == WellKnownDiagnosticTags.Telemetry))