1 write to _tokenSerializer
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (1)
Benchmarks\AntiforgeryTokenSerializerBenchmarks.cs (1)
25
_tokenSerializer
= serviceProvider.GetRequiredService<IAntiforgeryTokenSerializer>();
3 references to _tokenSerializer
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (3)
Benchmarks\AntiforgeryTokenSerializerBenchmarks.cs (3)
35
_serializedToken =
_tokenSerializer
.Serialize(_token);
41
return
_tokenSerializer
.Serialize(_token);
47
return
_tokenSerializer
.Deserialize(_serializedToken);