7 references to ScheduleAndStart
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
582readWriteTask.ScheduleAndStart(needsProtection: false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1049ScheduleAndStart(true); 1232t.ScheduleAndStart(false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task_T.cs (2)
323f.ScheduleAndStart(false); 343f.ScheduleAndStart(false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (2)
330try { continuationTask.ScheduleAndStart(needsProtection: true); } 512try { task.ScheduleAndStart(needsProtection: false); }