3 references to ScalarPropertyNameAttribute
System.Data.Entity (3)
System\Data\Mapping\StorageMappingItemLoader.cs (3)
2051
string memberName = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ScalarPropertyNameAttribute
);
2838
string propertyName = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ScalarPropertyNameAttribute
);
4167
string propertyName = m_parentLoader.GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ScalarPropertyNameAttribute
);