Base:
2 overrides of GetSetMethod
System.Reflection.Context (2)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
59
public override MethodInfo?
GetSetMethod
(bool nonPublic)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
45
public override MethodInfo?
GetSetMethod
(bool nonPublic)
1 reference to GetSetMethod
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
61
return Projector.ProjectMethod(base.
GetSetMethod
(nonPublic));