2 references to GetFactoryMethod
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
111MethodInfo method = GetFactoryMethod(type, methodName, args, BindingFlags.Public | BindingFlags.Static);
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
226MethodInfo factory = GetFactoryMethod(type, methodName, args, BF_AllStaticMembers);