1 override of ComputeGetterMethod
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
98
protected sealed override RoMethod?
ComputeGetterMethod
() => PropertyDefinition.GetAccessors().Getter.ToMethodOrNull(GetRoDeclaringType(), ReflectedType);
1 reference to ComputeGetterMethod
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
97
private RoMethod? GetRoGetMethod() => object.ReferenceEquals(_lazyGetter, Sentinels.RoMethod) ? (_lazyGetter =
ComputeGetterMethod
()?.FilterInheritedAccessor()) : _lazyGetter;