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