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)
118if (!_currentState.TryAdd(key, JsonSerializer.SerializeToUtf8Bytes(instance, JsonSerializerOptionsProvider.Options))) 134if (!_currentState.TryAdd(key, JsonSerializer.SerializeToUtf8Bytes(instance, type, JsonSerializerOptionsProvider.Options))) 154if (!_currentState.TryAdd(key, data))