2 references to Task
mscorlib (2)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
299
processingTask = new
Task
(thisPair => ((ConcurrentExclusiveSchedulerPair)thisPair).ProcessExclusiveTasks(), this,
326
processingTask = new
Task
(thisPair => ((ConcurrentExclusiveSchedulerPair)thisPair).ProcessConcurrentTasks(), this,