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