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)
86
return _antiforgery.GetAndStoreTokens(
_getAndStoreTokensContext
);
142
_getAndStoreTokensContext
.Features.Set<IAntiforgeryFeature>(null);