1 write to _tokenGenerator
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (1)
Benchmarks\AntiforgeryTokenGeneratorBenchmarks.cs (1)
38_tokenGenerator = serviceProvider.GetRequiredService<IAntiforgeryTokenGenerator>();
5 references to _tokenGenerator
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (5)
Benchmarks\AntiforgeryTokenGeneratorBenchmarks.cs (5)
94return _tokenGenerator.GenerateRequestToken(_anonymousHttpContext, _anonymousCookieToken); 100return _tokenGenerator.GenerateRequestToken(_authenticatedHttpContext, _authenticatedCookieToken); 106return _tokenGenerator.TryValidateTokenSet( 116return _tokenGenerator.TryValidateTokenSet( 126return _tokenGenerator.TryValidateTokenSet(