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