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