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