2 references to CombineHashCodes
System.Web.DynamicData (2)
DynamicData\EntityTemplateFactory.cs (1)
57long cacheKey = Misc.CombineHashCodes(table, mode, uiHint);
DynamicData\FieldTemplateFactory.cs (1)
107long cacheKey = Misc.CombineHashCodes(uiHint, column, mode);