12 writes to ShouldRenew
Microsoft.AspNetCore.Authentication.Test (11)
CookieTests.cs (11)
518ctx.ShouldRenew = true; 577ctx.ShouldRenew = true; 614ctx.ShouldRenew = true; 658ctx.ShouldRenew = true; 689ctx.ShouldRenew = true; 735ctx.ShouldRenew = true; 780ctx.ShouldRenew = true; 836ctx.ShouldRenew = true; 896ctx.ShouldRenew = true; 948ctx.ShouldRenew = true; 1706context.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)