12 writes to ShouldRenew
Microsoft.AspNetCore.Authentication.Test (11)
CookieTests.cs (11)
543ctx.ShouldRenew = true; 602ctx.ShouldRenew = true; 639ctx.ShouldRenew = true; 683ctx.ShouldRenew = true; 714ctx.ShouldRenew = true; 760ctx.ShouldRenew = true; 805ctx.ShouldRenew = true; 861ctx.ShouldRenew = true; 921ctx.ShouldRenew = true; 973ctx.ShouldRenew = true; 1731context.ShouldRenew = true;
Microsoft.AspNetCore.Identity (1)
SecurityStampValidator.cs (1)
111context.ShouldRenew = true;
1 reference to ShouldRenew
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
221if (context.ShouldRenew)