1 write to m_count
System.Core (1)
System\Linq\Parallel\Enumerables\RangeEnumerable.cs (1)
37m_count = count;
3 references to m_count
System.Core (3)
System\Linq\Parallel\Enumerables\RangeEnumerable.cs (3)
47int stride = m_count / partitionCount; 48int biggerPartitionCount = m_count % partitionCount; 72return new RangeEnumerator(m_from, m_count, 0).AsClassicEnumerator();