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)
633get { return _ospaceEntityType.ClrType; } 669foreach (EdmMember member in _ospaceEntityType.Members) 715string proxyTypeName = String.Format(CultureInfo.InvariantCulture, ProxyTypeNameFormat, baseName, _ospaceEntityType.HashedDescription);