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)
197
if (
_existingState
== null)
207
if (
_existingState
.TryGetValue(key, out value))
209
_existingState
.Remove(key);