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