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)
38
if (
_existingState
!= null)
222
if (
_existingState
== null)
232
if (
_existingState
.TryGetValue(key, out value))
234
_existingState
.Remove(key);
247
if (
_existingState
== null ||
_existingState
.Count > 0)