Base:
method
GetMethods
System.Reflection.Context.Delegation.DelegatingType.GetMethods(System.Reflection.BindingFlags)
1 override of GetMethods
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
142
public override MethodInfo[]
GetMethods
(BindingFlags bindingAttr)
3 references to GetMethods
System.Reflection.Context (3)
System\Reflection\Context\Custom\CustomType.cs (1)
145
MethodInfo[] methods = base.
GetMethods
(bindingAttr);
System\Reflection\Context\Projection\ProjectingType.cs (2)
125
matchingMembers.AddRange(
GetMethods
(bindingAttr));
231
MethodInfo[] methods =
GetMethods
(bindingAttr);