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)
47
public override PropertyInfo[]
GetProperties
(BindingFlags bindingAttr)
3 references to GetProperties
System.Reflection.Context (3)
System\Reflection\Context\Custom\CustomType.cs (1)
50
PropertyInfo[] properties = base.
GetProperties
(bindingAttr);
System\Reflection\Context\Projection\ProjectingType.cs (2)
131
matchingMembers.AddRange(
GetProperties
(bindingAttr));
233
PropertyInfo[] properties =
GetProperties
(bindingAttr);