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