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