3 writes to _s2
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (3)
41_s2 = ptr[2]; 70_s2 = s2; 180_s2 = s2;
3 references to _s2
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (3)
44while ((_s0 | _s1 | _s2 | _s3) == 0); // at least one value must be non-zero 55ulong s0 = _s0, s1 = _s1, s2 = _s2, s3 = _s3; 138ulong s0 = _s0, s1 = _s1, s2 = _s2, s3 = _s3;