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