2 references to _propertyGetterCache
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentValueProviderComponentSubscription.cs (2)
32
_propertyGetterCache
.Clear();
66
_propertyGetter =
_propertyGetterCache
.GetOrAdd((subscriber.Component.GetType(), _propertyName), PropertyGetterFactory);