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