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