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