4 references to ComplexTypeMappingTypeNameAttribute
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemLoader.cs (4)
1939
string complexTypeName = GetAttributeValue(nav.Clone(), StorageMslConstructs.
ComplexTypeMappingTypeNameAttribute
);
2917
string memberTypeName = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ComplexTypeMappingTypeNameAttribute
);
3025
string typeName = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ComplexTypeMappingTypeNameAttribute
);
4120
nav.Clone(), StorageMslConstructs.
ComplexTypeMappingTypeNameAttribute
);