4 writes to _v4
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (4)
327Initialize(out _v1, out _v2, out _v3, out _v4); 359_v4 = Round(_v4, BitConverter.ToUInt32(value.Slice(sizeof(int) * 3))); 421Initialize(out _v1, out _v2, out _v3, out _v4); 426_v4 = Round(_v4, val);
3 references to _v4
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (3)
359_v4 = Round(_v4, BitConverter.ToUInt32(value.Slice(sizeof(int) * 3))); 426_v4 = Round(_v4, val); 444uint hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);