2 references to ResponseCookiesFeature
Microsoft.AspNetCore.CookiePolicy (1)
CookiePolicyMiddleware.cs (1)
65var feature = context.Features.Get<IResponseCookiesFeature>() ?? new ResponseCookiesFeature(context.Features);
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpResponse.cs (1)
19private static readonly Func<IFeatureCollection, IResponseCookiesFeature?> _newResponseCookiesFeature = f => new ResponseCookiesFeature(f);