1 write to _currentToken
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
31state.TryTakeFromJson(PersistenceKey, out _currentToken);
1 reference to _currentToken
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
35public override AntiforgeryRequestToken? GetAntiforgeryToken() => _currentToken;