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