1 write to _getAndStoreTokensContext
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (1)
Benchmarks\AntiforgeryBenchmarks.cs (1)
51_getAndStoreTokensContext = CreateHttpContext(_getAndStoreTokensResponseFeature);
2 references to _getAndStoreTokensContext
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (2)
Benchmarks\AntiforgeryBenchmarks.cs (2)
86return _antiforgery.GetAndStoreTokens(_getAndStoreTokensContext); 142_getAndStoreTokensContext.Features.Set<IAntiforgeryFeature>(null);