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