1 write to m_FillBufferSize
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
859m_FillBufferSize = i;
4 references to m_FillBufferSize
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
662if (m_FillBufferCurrentPosition >= m_FillBufferSize) 677if (beginPos < m_FillBufferSize) 680actualNumElementsGrabbed = (endPos < m_FillBufferSize) ? endPos : m_FillBufferSize - beginPos;