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