3 references to UseHeaderDictionaryPropertiesInsteadOfIndexer
Microsoft.AspNetCore.App.Analyzers (2)
Http\HeaderDictionaryIndexerAnalyzer.cs (2)
16
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagnosticDescriptors.
UseHeaderDictionaryPropertiesInsteadOfIndexer
);
176
DiagnosticDescriptors.
UseHeaderDictionaryPropertiesInsteadOfIndexer
,
Microsoft.AspNetCore.App.CodeFixes (1)
Http\HeaderDictionaryIndexerFixer.cs (1)
19
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(DiagnosticDescriptors.
UseHeaderDictionaryPropertiesInsteadOfIndexer
.Id);