19 references to AddInt
System.Web (19)
Compilation\BuildManagerHost.cs (1)
669hashCodeCombiner.AddInt(StringUtil.GetNonRandomizedHashCode((string)_stringDictionary[virtualDependency]));
UI\PartialCachingControl.cs (2)
465combinedHashCode.AddInt(1); 848hashCodeCombiner.AddInt(StringUtil.GetNonRandomizedHashCode(_varyByCustom));
Util\HashCodeCombiner.cs (16)
74AddInt(n); 78AddInt(b.GetHashCode()); 82AddInt(l.GetHashCode()); 86AddInt(b.GetHashCode()); 91AddInt(StringUtil.GetStringHashCode(s)); 101AddInt(o.GetHashCode()); 106AddInt(StringUtil.GetNonRandomizedHashCode(s, ignoreCase:true)); 112AddInt(dt.GetHashCode()); 118AddInt(fileSize.GetHashCode()); 127AddInt(fileVersionInfo.FileMajorPart.GetHashCode()); 128AddInt(fileVersionInfo.FileMinorPart.GetHashCode()); 129AddInt(fileVersionInfo.FileBuildPart.GetHashCode()); 130AddInt(fileVersionInfo.FilePrivatePart.GetHashCode()); 134AddInt(StringUtil.GetNonRandomizedHashCode(fileContentHashKey)); 173AddInt(StringUtil.GetStringHashCode(fileName)); 186AddInt(StringUtil.GetStringHashCode(fileName));