1 write to _context
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\EndpointAntiforgeryStateProvider.cs (1)
16
_context
= context;
4 references to _context
Microsoft.AspNetCore.Components.Endpoints (4)
Forms\EndpointAntiforgeryStateProvider.cs (4)
21
if (
_context
== null)
31
var tokens = !
_context
.Response.HasStarted ? antiforgery.GetAndStoreTokens(
_context
) : antiforgery.GetTokens(
_context
);