1 write to _currentState
Microsoft.AspNetCore.Components (1)
PersistentComponentState.cs (1)
24_currentState = currentState;
2 references to _currentState
Microsoft.AspNetCore.Components (2)
PersistentComponentState.cs (2)
82if (_currentState.ContainsKey(key)) 87_currentState.Add(key, JsonSerializer.SerializeToUtf8Bytes(instance, JsonSerializerOptionsProvider.Options));