2 references to GetAllMethods
System.ComponentModel.Composition (2)
Microsoft\Internal\ReflectionServices.cs (1)
137return declaredMethods.Concat(baseType.GetAllMethods());
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
187foreach (MethodInfo method in closedGenericPartType.GetAllMethods())