3 instantiations of TestTokenSet
Microsoft.AspNetCore.Antiforgery.Test (3)
DefaultAntiforgeryTest.cs (3)
1216var testTokenSet = new TestTokenSet 1253var testTokenSet = new TestTokenSet 1528return new TestTokenSet()
7 references to TestTokenSet
Microsoft.AspNetCore.Antiforgery.Test (7)
DefaultAntiforgeryTest.cs (7)
1216var testTokenSet = new TestTokenSet 1253var testTokenSet = new TestTokenSet 1432TestTokenSet testTokenSet, 1461private Mock<IAntiforgeryTokenSerializer> GetTokenSerializer(TestTokenSet testTokenSet) 1488var testTokenSet = GetTokenSet(); 1526private TestTokenSet GetTokenSet() 1558public TestTokenSet TestTokenSet { get; set; } = default!;