1 write to _ospaceEntityType
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
623
_ospaceEntityType
= ospaceEntityType;
3 references to _ospaceEntityType
System.Data.Entity (3)
System\Data\Objects\Internal\EntityProxyFactory.cs (3)
633
get { return
_ospaceEntityType
.ClrType; }
669
foreach (EdmMember member in
_ospaceEntityType
.Members)
715
string proxyTypeName = String.Format(CultureInfo.InvariantCulture, ProxyTypeNameFormat, baseName,
_ospaceEntityType
.HashedDescription);