2 references to EnsureMaxResponseHeaderLengthRule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Usage\ProvideHttpClientHandlerMaxResponseHeaderLengthValueCorrectly.cs (2)
36
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
EnsureMaxResponseHeaderLengthRule
);
82
context.ReportDiagnostic(context.Operation.CreateDiagnostic(
EnsureMaxResponseHeaderLengthRule
, propertyValue));