7 references to ScheduleAndStart
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
588readWriteTask.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)
973ScheduleAndStart(true); 1155t.ScheduleAndStart(false);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (2)
330try { continuationTask.ScheduleAndStart(needsProtection: true); } 512try { task.ScheduleAndStart(needsProtection: false); }