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