2 writes to _features
Microsoft.AspNetCore.Http (2)
Features\ResponseCookiesFeature.cs (2)
26
_features
= features ?? throw new ArgumentNullException(nameof(features));
40
_features
= features ?? throw new ArgumentNullException(nameof(features));
1 reference to _features
Microsoft.AspNetCore.Http (1)
Features\ResponseCookiesFeature.cs (1)
50
_cookiesCollection = new ResponseCookies(
_features
);