Base:
method
GetProperties
System.Reflection.Context.Delegation.DelegatingType.GetProperties(System.Reflection.BindingFlags)
1 override of GetProperties
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
47public override PropertyInfo[] GetProperties(BindingFlags bindingAttr)
3 references to GetProperties
System.Reflection.Context (3)
System\Reflection\Context\Custom\CustomType.cs (1)
50PropertyInfo[] properties = base.GetProperties(bindingAttr);
System\Reflection\Context\Projection\ProjectingType.cs (2)
131matchingMembers.AddRange(GetProperties(bindingAttr)); 233PropertyInfo[] properties = GetProperties(bindingAttr);