4 writes to _v2
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);
357
_v2
= Round(_v2, BitConverter.ToUInt32(value.Slice(sizeof(int) * 1)));
421
Initialize(out _v1, out
_v2
, out _v3, out _v4);
424
_v2
= Round(_v2, _queue2);
3 references to _v2
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (3)
357
_v2 = Round(
_v2
, BitConverter.ToUInt32(value.Slice(sizeof(int) * 1)));
424
_v2 = Round(
_v2
, _queue2);
444
uint hash = length < 4 ? MixEmptyState() : MixState(_v1,
_v2
, _v3, _v4);