4 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Runtime\BufferBlockCopyLengthAnalyzer.cs (4)
35public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 119context.ReportDiagnostic(countArgument.Value.CreateDiagnostic(Rule)); 149context.ReportDiagnostic(countArgument.Value.CreateDiagnostic(Rule)); 156context.ReportDiagnostic(countArgument.Value.CreateDiagnostic(Rule));