2 instantiations of SharedBool
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
594
m_hasNoElementsLeft = new
SharedBool
(false);
595
m_sourceDepleted = new
SharedBool
(false);
4 references to SharedBool
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
575
private
SharedBool
m_hasNoElementsLeft; // no elements left at all.
576
private
SharedBool
m_sourceDepleted; // no elements left in the enumerator, but there may be elements in the Fill Buffer
908
private readonly
SharedBool
m_hasNoElementsLeft;
917
SharedBool
hasNoElementsLeft,