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