3 references to TrySetFromTask
mscorlib (3)
system\threading\Tasks\Task.cs (3)
7208
bool result =
TrySetFromTask
(completingTask, lookForOce: false);
7250
bool result =
TrySetFromTask
(task, _lookForOce);
7331
TrySetFromTask
(task, lookForOce: false);