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