5 references to CompletionRequested
mscorlib (5)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (5)
140if (!CompletionRequested) 194if (!CompletionRequested || m_processingCount != 0) return false; 537if (m_pair.CompletionRequested) throw new InvalidOperationException(GetType().Name); 569if (!taskWasPreviouslyQueued && m_pair.CompletionRequested) return false; 729if (CompletionRequested) mode |= ProcessingMode.Completing;