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