2 references to TryTakeBytes
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentServicesRegistry.cs (1)
136if (state.TryTakeBytes(_registryKey, out var data) &&
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
141if (_state.TryTakeBytes(_storageKey, out var data))