1 write to m_enumerable
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
926m_enumerable = enumerable;
2 references to m_enumerable
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
962return m_enumerable.GrabChunk(m_localList, requestedChunkSize, ref m_currentChunkSize.Value); 1010m_enumerable.Dispose();