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