1 write to _currentState
Microsoft.AspNetCore.Components (1)
PersistentComponentState.cs (1)
24_currentState = currentState;
6 references to _currentState
Microsoft.AspNetCore.Components (6)
PersistentComponentState.cs (6)
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)); 127if (_currentState.ContainsKey(key)) 132_currentState.Add(key, data);