4 references to AddCompilationEndCustomTagRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (2)
199
AddCompilationEndCustomTagRule
);
440
context.ReportDiagnostic(Diagnostic.Create(
AddCompilationEndCustomTagRule
, field.Locations[0], field.Name));
Microsoft.CodeAnalysis.Analyzers.UnitTests (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (2)
4359
/// Creates an expected diagnostic for <inheritdoc cref="DiagnosticDescriptorCreationAnalyzer.
AddCompilationEndCustomTagRule
"/>
4362
new DiagnosticResult(DiagnosticDescriptorCreationAnalyzer.
AddCompilationEndCustomTagRule
)