4 references to HashedDescription
System.Data.Entity (4)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
240Tuple<Type, string> proxyIdentiy = new Tuple<Type, string>(clrEntityType.ClrType, clrEntityType.HashedDescription); 715string proxyTypeName = String.Format(CultureInfo.InvariantCulture, ProxyTypeNameFormat, baseName, _ospaceEntityType.HashedDescription);
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (2)
178if (ospaceEntityType != _entityType && ospaceEntityType.HashedDescription != _entityType.HashedDescription)