2 instantiations of HttpConnectionFeature
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
14private static readonly Func<IFeatureCollection, IHttpConnectionFeature> _newHttpConnectionFeature = f => new HttpConnectionFeature();
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
734var connectionFeature = new HttpConnectionFeature();
1 reference to HttpConnectionFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
734var connectionFeature = new HttpConnectionFeature();