3 writes to _s3
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (3)
42_s3 = ptr[3]; 71_s3 = s3; 181_s3 = s3;
3 references to _s3
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;