1 write to m_useSingleChunking
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
597m_useSingleChunking = useSingleChunking;
5 references to m_useSingleChunking
mscorlib (5)
system\collections\concurrent\PartitionerStatic.cs (5)
600if (!m_useSingleChunking) 635m_hasNoElementsLeft, m_sharedLock, m_activePartitionCount, this, m_useSingleChunking); 704if (m_useSingleChunking) 723Contract.Assert(m_useSingleChunking, "Expected m_useSingleChecking to be true"); 773Contract.Assert(!m_useSingleChunking, "Did not expect to be in single-chunking mode");