2 writes to _existingState
Microsoft.AspNetCore.Components (2)
PersistentComponentState.cs (2)
42_existingState = existingState ?? throw new ArgumentNullException(nameof(existingState)); 252_existingState = state;
6 references to _existingState
Microsoft.AspNetCore.Components (6)
PersistentComponentState.cs (6)
38if (_existingState != null) 222if (_existingState == null) 232if (_existingState.TryGetValue(key, out value)) 234_existingState.Remove(key); 247if (_existingState == null || _existingState.Count > 0)