1 write to _baseClrType
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1525
_baseClrType
= ospaceEntityType.ClrType;
1 reference to _baseClrType
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1527
DataContractAttribute[] attributes = (DataContractAttribute[])
_baseClrType
.GetCustomAttributes(typeof(DataContractAttribute), false);