1 instantiation of MetadataPropertyValue
System.Data.Entity (1)
System\Data\Metadata\Edm\MetadataPropertyCollection.cs (1)
129
new
MetadataPropertyValue
(_propertyInfo, item));
2 references to MetadataPropertyValue
System.Data.Entity (2)
System\Data\Metadata\Edm\MetadataProperty.cs (2)
113
MetadataPropertyValue
redirectValue = _value as
MetadataPropertyValue
;