1 reference to PropertyGetterFactory
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
66
_propertyGetter = _propertyGetterCache.GetOrAdd((subscriber.Component.GetType(), _propertyName),
PropertyGetterFactory
);