1 write to _baseClrType
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1564
_baseClrType
= ospaceEntityType.ClrType;
4 references to _baseClrType
System.Data.Entity (4)
System\Data\Objects\Internal\EntityProxyFactory.cs (4)
1565
_baseImplementsISerializable =
_baseClrType
.IsSerializable && typeof(ISerializable).IsAssignableFrom(
_baseClrType
);
1571
InterfaceMapping mapping =
_baseClrType
.GetInterfaceMap(typeof(ISerializable));
1581
_serializationConstructor =
_baseClrType
.GetConstructor(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic, null, new Type[] { typeof(SerializationInfo), typeof(StreamingContext) }, null);