7 references to Add
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (7)
304
Add
(value?.GetHashCode() ?? 0);
309
Add
(value is null ? 0 : (comparer?.GetHashCode(value) ?? value.GetHashCode()));
341
Add
(Unsafe.ReadUnaligned<int>(ref pos));
346
Add
(Unsafe.ReadUnaligned<int>(ref pos));
351
Add
(Unsafe.ReadUnaligned<int>(ref pos));
380
Add
(Unsafe.ReadUnaligned<int>(ref pos));
387
Add
((int)pos);