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)
87
if (
_currentState
.ContainsKey(key))
92
_currentState
.Add(key, JsonSerializer.SerializeToUtf8Bytes(instance, JsonSerializerOptionsProvider.Options));
105
if (
_currentState
.ContainsKey(key))
110
_currentState
.Add(key, JsonSerializer.SerializeToUtf8Bytes(instance, type, JsonSerializerOptionsProvider.Options));