7 references to Add
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (7)
303Add(value?.GetHashCode() ?? 0); 308Add(value is null ? 0 : (comparer?.GetHashCode(value) ?? value.GetHashCode())); 337Add(BitConverter.ToInt32(value)); 342Add(BitConverter.ToInt32(value)); 347Add(BitConverter.ToInt32(value)); 369Add(BitConverter.ToInt32(value)); 376Add((int)b);