5 references to ProvideCustomTagsInDescriptorRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (2)
185ProvideCustomTagsInDescriptorRule, 1079Diagnostic diagnostic = argument.CreateDiagnostic(ProvideCustomTagsInDescriptorRule);
Microsoft.CodeAnalysis.Analyzers.UnitTests (3)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (2)
4538/// Creates an expected diagnostic for <inheritdoc cref="DiagnosticDescriptorCreationAnalyzer.ProvideCustomTagsInDescriptorRule"/> 4541new DiagnosticResult(DiagnosticDescriptorCreationAnalyzer.ProvideCustomTagsInDescriptorRule)
MetaAnalyzers\ReleaseTrackingAnalyzerTests.cs (1)
1018.Add(DiagnosticDescriptorCreationAnalyzer.ProvideCustomTagsInDescriptorRule.Id, ReportDiagnostic.Suppress)