1 write to _propertyGetter
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
66_propertyGetter = _propertyGetterCache.GetOrAdd((subscriber.Component.GetType(), _propertyName), PropertyGetterFactory);
2 references to _propertyGetter
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentValueProviderComponentSubscription.cs (2)
111var currentPropertyValue = _propertyGetter.GetValue(_subscriber.Component); 185var property = _propertyGetter.GetValue(_subscriber.Component);