3 references to GetTokenStore
Microsoft.AspNetCore.Antiforgery.Test (3)
DefaultAntiforgeryTest.cs (3)
1221var nullTokenStore = GetTokenStore(context.HttpContext, testTokenSet, false); 1258var nullTokenStore = GetTokenStore(context.HttpContext, testTokenSet, false); 1492var mockTokenStore = GetTokenStore(httpContext, testTokenSet, !useOldCookie);