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