1 write to _options
Microsoft.AspNetCore.HeaderParsing (1)
HeaderRegistry.cs (1)
24
_options
= options.Value;
3 references to _options
Microsoft.AspNetCore.HeaderParsing (3)
HeaderRegistry.cs (3)
41
if (!
_options
.MaxCachedValuesPerHeader.TryGetValue(id.HeaderName, out maxCachedValues))
43
maxCachedValues =
_options
.DefaultMaxCachedValuesPerHeader;
48
if (
_options
.DefaultValues.TryGetValue(id.HeaderName, out var defValue))