1 write to _entityType
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
51
_entityType
= ospaceEntityType;
3 references to _entityType
System.Data.Entity (3)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (3)
178
if (ospaceEntityType !=
_entityType
&& ospaceEntityType.HashedDescription !=
_entityType
.HashedDescription)
180
Debug.Assert(ospaceEntityType.ClrType ==
_entityType
.ClrType);