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