2 writes to _GetterDelegate
Microsoft.AspNetCore.Components (2)
Reflection\PropertyGetter.cs (2)
38_GetterDelegate = (Func<object, object>) 43_GetterDelegate = property.GetValue;
1 reference to _GetterDelegate
Microsoft.AspNetCore.Components (1)
Reflection\PropertyGetter.cs (1)
47public object? GetValue(object target) => _GetterDelegate(target);