1 write to m_lowestBreakIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
224
ref pflags.
m_lowestBreakIteration
,
5 references to m_lowestBreakIteration
mscorlib (5)
system\threading\Tasks\ParallelLoopState.cs (5)
219
int oldLBI = pflags.
m_lowestBreakIteration
;
229
oldLBI = pflags.
m_lowestBreakIteration
;
489
get { return
m_lowestBreakIteration
; }
497
if (
m_lowestBreakIteration
== Int32.MaxValue) return null;
501
long rval =
m_lowestBreakIteration
;