8 references to ConcurrentExclusiveSchedulerPair
mscorlib (8)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (8)
36[DebuggerTypeProxy(typeof(ConcurrentExclusiveSchedulerPair.DebugView))] 299processingTask = new Task(thisPair => ((ConcurrentExclusiveSchedulerPair)thisPair).ProcessExclusiveTasks(), this, 326processingTask = new Task(thisPair => ((ConcurrentExclusiveSchedulerPair)thisPair).ProcessConcurrentTasks(), this, 495private readonly ConcurrentExclusiveSchedulerPair m_pair; 507internal ConcurrentExclusiveTaskScheduler(ConcurrentExclusiveSchedulerPair pair, int maxConcurrencyLevel, ProcessingMode processingMode) 683public ConcurrentExclusiveSchedulerPair SchedulerPair { get { return m_taskScheduler.m_pair; } } 691private readonly ConcurrentExclusiveSchedulerPair m_pair; 695public DebugView(ConcurrentExclusiveSchedulerPair pair)