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)
47
public object? GetValue(object target) =>
_GetterDelegate
(target);