12 writes to ShouldRenew
Microsoft.AspNetCore.Authentication.Test (11)
CookieTests.cs (11)
511ctx.ShouldRenew = true; 570ctx.ShouldRenew = true; 607ctx.ShouldRenew = true; 651ctx.ShouldRenew = true; 682ctx.ShouldRenew = true; 728ctx.ShouldRenew = true; 773ctx.ShouldRenew = true; 829ctx.ShouldRenew = true; 889ctx.ShouldRenew = true; 941ctx.ShouldRenew = true; 1699context.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)