2 references to s_unnecessaryAndNotConfigurableCustomTags
Microsoft.CodeAnalysis.Features (2)
DiagnosticCustomTags.cs (2)
63
Assert(
s_unnecessaryAndNotConfigurableCustomTags
, WellKnownDiagnosticTags.Unnecessary, WellKnownDiagnosticTags.NotConfigurable, s_enforceOnBuildNeverTag, WellKnownDiagnosticTags.Telemetry);
64
return
s_unnecessaryAndNotConfigurableCustomTags
;