5 references to CombinedHash32
System.Web (5)
FileChangesMonitor.cs (1)
142return combiner.CombinedHash32;
OutputCacheModule.cs (1)
75return hashCodeCombiner.CombinedHash32;
UI\AttributeCollection.cs (1)
148return hashCodeCombiner.CombinedHash32;
UI\PartialCachingControl.cs (1)
852return hashCodeCombiner.CombinedHash32;
UI\TemplateParser.cs (1)
431internal int TypeHashCode { get { return _typeHashCode.CombinedHash32; } }