9 references to ScheduleAndStart
mscorlib (9)
system\io\stream.cs (1)
546readWriteTask.ScheduleAndStart(needsProtection: false);
system\threading\Tasks\Future.cs (2)
412f.ScheduleAndStart(false); 436f.ScheduleAndStart(false);
system\threading\Tasks\Task.cs (4)
1104ScheduleAndStart(true); 1293t.ScheduleAndStart(false); 2612childTask.ScheduleAndStart(false); 2657replacementReplica.ScheduleAndStart(false);
system\threading\Tasks\TaskContinuation.cs (2)
360try { continuationTask.ScheduleAndStart(needsProtection: true); } 535try { task.ScheduleAndStart(needsProtection: false); }