1 instantiation of ItemsFeature
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
28private static readonly Func<IFeatureCollection, IItemsFeature> _newItemsFeature = f => new ItemsFeature();
1 reference to ItemsFeature
Microsoft.AspNetCore.Http (1)
Features\ItemsFeature.cs (1)
12/// Initializes a new instance of <see cref="ItemsFeature"/>.