1 write to m_localList
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
958m_localList = new KeyValuePair<long, TSource>[m_maxChunkSize];
4 references to m_localList
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
956if (m_localList == null) 962return m_enumerable.GrabChunk(m_localList, requestedChunkSize, ref m_currentChunkSize.Value); 996Contract.Assert(m_localList != null); 998return (m_localList[m_localOffset.Value]);