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