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