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