3 writes to m_lowestBreakIteration
mscorlib (3)
system\threading\Tasks\Parallel.cs (3)
1304
result.
m_lowestBreakIteration
= sharedPStateFlags.LowestBreakIteration;
1617
result.
m_lowestBreakIteration
= sharedPStateFlags.LowestBreakIteration;
3512
result.
m_lowestBreakIteration
= sharedPStateFlags.LowestBreakIteration;
1 reference to m_lowestBreakIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
639
public long? LowestBreakIteration { get { return
m_lowestBreakIteration
; } }