1 write to Feature
Microsoft.AspNetCore.HeaderParsing (1)
HeaderParsingFeature.cs (1)
99
Feature
= new HeaderParsingFeature(registry, logger, metrics);
2 references to Feature
Microsoft.AspNetCore.HeaderParsing (2)
HeaderParsingFeature.cs (1)
104
Feature
.Reset();
HeaderParsingServiceCollectionExtensions.cs (1)
33
.AddScoped(provider => provider.GetRequiredService<HeaderParsingFeature.PoolHelper>().
Feature
)