1 write to _currentState
Microsoft.AspNetCore.Components (1)
PersistentComponentState.cs (1)
27
_currentState
= currentState;
3 references to _currentState
Microsoft.AspNetCore.Components (3)
PersistentComponentState.cs (3)
118
if (!
_currentState
.TryAdd(key, JsonSerializer.SerializeToUtf8Bytes(instance, JsonSerializerOptionsProvider.Options)))
134
if (!
_currentState
.TryAdd(key, JsonSerializer.SerializeToUtf8Bytes(instance, type, JsonSerializerOptionsProvider.Options)))
154
if (!
_currentState
.TryAdd(key, data))