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