3 references to BF_AllInstanceMembers
System.Xaml (3)
System\Xaml\Runtime\DynamicMethodRuntime.cs (3)
200ctor = type.GetConstructor(BF_AllInstanceMembers, null, Type.EmptyTypes, null); 205ConstructorInfo[] ctors = type.GetConstructors(BF_AllInstanceMembers); 207ctor = (ConstructorInfo)BindToMethod(BF_AllInstanceMembers, ctors, args);