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