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