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