3 references to PropertyReflectionBindingFlags
System.Data.Entity (3)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
455
PropertyInfo[] properties = structuralType.ClrType.GetProperties(
PropertyReflectionBindingFlags
);
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (2)
23
private const BindingFlags RootEntityPropertyReflectionBindingFlags =
PropertyReflectionBindingFlags
& ~BindingFlags.DeclaredOnly | BindingFlags.FlattenHierarchy;
355
BindingFlags flags = cspaceType.BaseType == null ? RootEntityPropertyReflectionBindingFlags :
PropertyReflectionBindingFlags
;