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