1 instantiation of SessionEstablisher
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
79
var establisher = new
SessionEstablisher
(context, cookieValue, _options);
3 references to SessionEstablisher
Microsoft.AspNetCore.Session (3)
SessionMiddleware.cs (3)
79
var
establisher = new SessionEstablisher(context, cookieValue, _options);
131
var
establisher = (
SessionEstablisher
)state;