1 write to _shouldEstablishSession
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
155return (_shouldEstablishSession |= !_context.Response.HasStarted);
1 reference to _shouldEstablishSession
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
132if (establisher._shouldEstablishSession)