1 instantiation of EnumeratorCache
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpRequestHeaders.cs (1)
165
var cache = _enumeratorCache ??=
new
();
2 references to EnumeratorCache
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpRequestHeaders.cs (2)
17
private
EnumeratorCache
? _enumeratorCache;
165
var
cache = _enumeratorCache ??= new();