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