1 instantiation of HeaderKeyIdentity
Microsoft.AspNetCore.HeaderParsing (1)
HeaderRegistry.cs (1)
31
var id = new
HeaderKeyIdentity
(setup.HeaderName, parser, setup.Cacheable);
3 references to HeaderKeyIdentity
Microsoft.AspNetCore.HeaderParsing (3)
HeaderRegistry.cs (3)
18
private readonly ConcurrentDictionary<
HeaderKeyIdentity
, object> _headerKeys = new();
31
var
id = new HeaderKeyIdentity(setup.HeaderName, parser, setup.Cacheable);
35
private HeaderKey<T> CreateKey<T>(
HeaderKeyIdentity
id, HeaderParser<T> parser)