1 instantiation of ItemPropertyInfo
System.Data.Entity (1)
System\Data\Metadata\Edm\MetadataPropertyCollection.cs (1)
90
result.Add(new
ItemPropertyInfo
(propertyInfo, attribute));
5 references to ItemPropertyInfo
System.Data.Entity (5)
System\Data\Metadata\Edm\MetadataPropertyCollection.cs (5)
69
private readonly List<
ItemPropertyInfo
> _itemProperties;
74
foreach (
ItemPropertyInfo
propertyInfo in _itemProperties)
82
private static List<
ItemPropertyInfo
> GetItemProperties(Type clrType)
84
List<
ItemPropertyInfo
> result = new List<
ItemPropertyInfo
>();