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