1 write to _customSerializer
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
65
_customSerializer
= _serializerCache.GetOrAdd(_propertyType, SerializerFactory, serviceProvider);
4 references to _customSerializer
Microsoft.AspNetCore.Components (4)
PersistentState\PersistentValueProviderComponentSubscription.cs (4)
139
if (
_customSerializer
!= null)
145
_lastValue =
_customSerializer
.Restore(_propertyType, sequence);
192
if (
_customSerializer
!= null)
197
_customSerializer
.Persist(_propertyType, property, writer);