1 write to m_nToExclusive
mscorlib (1)
system\threading\Tasks\ParallelRangeManager.cs (1)
292
m_indexRanges[i].
m_nToExclusive
= nCurrentIndex;
3 references to m_nToExclusive
mscorlib (3)
system\threading\Tasks\ParallelRangeManager.cs (3)
137
if (currentRange.
m_nToExclusive
- currentRange.m_nFromInclusive > nMyOffset)
145
if ( (nToExclusiveLocal > currentRange.
m_nToExclusive
) || (nToExclusiveLocal < currentRange.m_nFromInclusive) )
147
nToExclusiveLocal = currentRange.
m_nToExclusive
;