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