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