13 references to Signal
System.Core (9)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (2)
256m_barrier.Signal(); 272m_barrier.Signal();
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
272m_barrier.Signal(); 289m_barrier.Signal();
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
193m_sharedLatch.Signal();
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
209m_sharedBarrier.Signal();
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
211m_sharedBarrier.Signal();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
232m_sharedBarrier.Signal();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
332m_sharedBarrier.Signal();
System.Web (4)
Hosting\SuspendManager.cs (3)
66countdownEvent.Signal(); 70countdownEvent.Signal(); // nobody is subscribed 93countdownEvent.Signal();
httpserverutility.cs (1)
583cb: _ => { countdownEvent.Signal(); },