5 references to _featureFuncLookup
Microsoft.AspNetCore.Server.HttpSys (5)
StandardFeatureCollection.cs (5)
46_featureFuncLookup[typeof(IHttpUpgradeFeature)] = _identityFunc; 48_featureFuncLookup[typeof(ITlsHandshakeFeature)] = ctx => ctx.GetTlsHandshakeFeature(); 53_featureFuncLookup[typeof(IHttpSysRequestDelegationFeature)] = _identityFunc; 77_featureFuncLookup.TryGetValue(key, out lookupFunc); 98foreach (var featureFunc in _featureFuncLookup)