1 write to m_array
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1606m_array = array;
2 references to m_array
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
1610get { return m_array.Length; } 1614return new StaticIndexRangePartitionForArray<TSource>(m_array, startIndex, endIndex);