2 references to s_Rule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseSpanClearInsteadOfFill.cs (2)
36public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(s_Rule); 72context.ReportDiagnostic(invocation.CreateDiagnostic(s_Rule));