3 writes to _s1
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (3)
40_s1 = ptr[1]; 69_s1 = s1; 179_s1 = s1;
3 references to _s1
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;