1 write to _context
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
123
_context
= context;
3 references to _context
Microsoft.AspNetCore.Session (3)
SessionMiddleware.cs (3)
141
var cookieOptions = _options.Cookie.Build(
_context
);
143
var response =
_context
.Response;
155
return (_shouldEstablishSession |= !
_context
.Response.HasStarted);