1 write to m_LoopStateFlags
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
442
if (Interlocked.CompareExchange(ref
m_LoopStateFlags
, oldState | newState, oldState) == oldState)
2 references to m_LoopStateFlags
mscorlib (2)
system\threading\Tasks\ParallelLoopState.cs (2)
425
get { return
m_LoopStateFlags
; }
440
oldState =
m_LoopStateFlags
;