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