Base:
2 overrides of GetGetMethod
System.Reflection.Context (2)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
49
public override MethodInfo?
GetGetMethod
(bool nonPublic)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
36
public override MethodInfo?
GetGetMethod
(bool nonPublic)
1 reference to GetGetMethod
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
51
return Projector.ProjectMethod(base.
GetGetMethod
(nonPublic));