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