5 references to _featureFuncLookup
Microsoft.AspNetCore.Server.HttpSys (5)
StandardFeatureCollection.cs (5)
45_featureFuncLookup[typeof(IHttpUpgradeFeature)] = _identityFunc; 47_featureFuncLookup[typeof(ITlsHandshakeFeature)] = ctx => ctx.GetTlsHandshakeFeature(); 52_featureFuncLookup[typeof(IHttpSysRequestDelegationFeature)] = _identityFunc; 76_featureFuncLookup.TryGetValue(key, out lookupFunc); 97foreach (var featureFunc in _featureFuncLookup)