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