6 references to BaseType
System.Data.Entity (6)
System\Data\Objects\Internal\EntityProxyFactory.cs (6)
674
PropertyInfo baseProperty = EntityUtil.GetTopProperty(
BaseType
, member.Name);
707
if ((
BaseType
.Attributes & TypeAttributes.Serializable) == TypeAttributes.Serializable)
714
string baseName =
BaseType
.Name.Length <= 20 ?
BaseType
.Name :
BaseType
.Name.Substring(0, 20);
717
_typeBuilder = _moduleBuilder.DefineType(proxyTypeName, proxyTypeAttributes,
BaseType
, _ipocoImplementor.Interfaces);