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)
32
if (
_existingState
!= null)
121
if (
_existingState
== null)
131
if (
_existingState
.TryGetValue(key, out value))
133
_existingState
.Remove(key);