3 references to CombineHashCodes
System.Web.DynamicData (3)
DynamicData\DynamicDataRouteHandler.cs (1)
70
long cacheKey = Misc.
CombineHashCodes
(table, route.ViewName ?? action);
DynamicData\FilterFactory.cs (1)
74
long cacheKey = Misc.
CombineHashCodes
(column, filterUIHint);
DynamicData\ModelProviders\EFAssociationProvider.cs (1)
95
return Misc.
CombineHashCodes
(entityType.GetHashCode(), member.GetHashCode());