Base:
1 override of GetAccessors
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
44public override MethodInfo[] GetAccessors(bool nonPublic)
1 reference to GetAccessors
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
46return Projector.Project(base.GetAccessors(nonPublic), Projector.ProjectMethod);