2 references to MissingDiagnosticAnalyzerAttributeRuleId
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerAttributeAnalyzer.cs (1)
23
DiagnosticIds.
MissingDiagnosticAnalyzerAttributeRuleId
,
MetaAnalyzers\Fixers\ApplyDiagnosticAnalyzerAttributeFix.cs (1)
17
public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(DiagnosticIds.
MissingDiagnosticAnalyzerAttributeRuleId
);