12 writes to ShouldRenew
Microsoft.AspNetCore.Authentication.Test (11)
CookieTests.cs (11)
568ctx.ShouldRenew = true; 627ctx.ShouldRenew = true; 664ctx.ShouldRenew = true; 708ctx.ShouldRenew = true; 739ctx.ShouldRenew = true; 785ctx.ShouldRenew = true; 830ctx.ShouldRenew = true; 886ctx.ShouldRenew = true; 946ctx.ShouldRenew = true; 998ctx.ShouldRenew = true; 1756context.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)