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)
142public override MethodInfo[] GetMethods(BindingFlags bindingAttr)
3 references to GetMethods
System.Reflection.Context (3)
System\Reflection\Context\Custom\CustomType.cs (1)
145MethodInfo[] methods = base.GetMethods(bindingAttr);
System\Reflection\Context\Projection\ProjectingType.cs (2)
125matchingMembers.AddRange(GetMethods(bindingAttr)); 231MethodInfo[] methods = GetMethods(bindingAttr);