1 write to _existingState
Microsoft.AspNetCore.Components (1)
PersistentComponentState.cs (1)
36_existingState = existingState ?? throw new ArgumentNullException(nameof(existingState));
4 references to _existingState
Microsoft.AspNetCore.Components (4)
PersistentComponentState.cs (4)
32if (_existingState != null) 121if (_existingState == null) 131if (_existingState.TryGetValue(key, out value)) 133_existingState.Remove(key);