7 references to ScheduleAndStart
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
580readWriteTask.ScheduleAndStart(needsProtection: false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (2)
325f.ScheduleAndStart(false); 345f.ScheduleAndStart(false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
972ScheduleAndStart(true); 1154t.ScheduleAndStart(false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (2)
330try { continuationTask.ScheduleAndStart(needsProtection: true); } 512try { task.ScheduleAndStart(needsProtection: false); }