3 writes to _lowestBreakIteration
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\ParallelLoopState.cs (3)
214
while (Interlocked.CompareExchange(ref pflags.
_lowestBreakIteration
, iteration, oldLBI) != oldLBI)
362
return Unsafe.BitCast<int, TInt>(Volatile.Read(ref Unsafe.As<TInt, int>(ref
_lowestBreakIteration
)));
366
return Unsafe.BitCast<long, TInt>(Volatile.Read(ref Unsafe.As<TInt, long>(ref
_lowestBreakIteration
)));