3 references to DoNotUseIHeaderDictionaryAdd
Microsoft.AspNetCore.App.Analyzers (2)
Http\HeaderDictionaryAddAnalyzer.cs (2)
17
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagnosticDescriptors.
DoNotUseIHeaderDictionaryAdd
);
75
DiagnosticDescriptors.
DoNotUseIHeaderDictionaryAdd
,
Microsoft.AspNetCore.App.CodeFixes (1)
Http\HeaderDictionaryAddFixer.cs (1)
24
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(DiagnosticDescriptors.
DoNotUseIHeaderDictionaryAdd
.Id);