1 write to _authenticatedHttpContext
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (1)
Benchmarks\AntiforgeryTokenGeneratorBenchmarks.cs (1)
53
_authenticatedHttpContext
= new DefaultHttpContext();
3 references to _authenticatedHttpContext
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (3)
Benchmarks\AntiforgeryTokenGeneratorBenchmarks.cs (3)
57
_authenticatedHttpContext
.User = new ClaimsPrincipal(authenticatedIdentity);
100
return _tokenGenerator.GenerateRequestToken(
_authenticatedHttpContext
, _authenticatedCookieToken);
117
_authenticatedHttpContext
,