Base:
1 override of GetProperties
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
282public override PropertyInfo[] GetProperties(BindingFlags bindingAttr)
1 reference to GetProperties
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
284return _projector.Project(base.GetProperties(bindingAttr), _projector.ProjectProperty);