1 instantiation of DefaultSessionFeature
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
32
private static readonly Func<IFeatureCollection, ISessionFeature> _newSessionFeature = f => new
DefaultSessionFeature
();