4 writes to _v4
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (4)
331
Initialize(out _v1, out _v2, out _v3, out
_v4
);
370
_v4
= Round(_v4, v4);
433
Initialize(out _v1, out _v2, out _v3, out
_v4
);
438
_v4
= Round(_v4, val);
3 references to _v4
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (3)
370
_v4 = Round(
_v4
, v4);
438
_v4 = Round(
_v4
, val);
456
uint hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3,
_v4
);