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