6 references to SetNotificationForWaitCompletion
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
553
(taskField ??= CreateWeaklyTypedStateMachineBox()).
SetNotificationForWaitCompletion
(enabled);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
838
SetNotificationForWaitCompletion
(enabled: false);
6090
SetNotificationForWaitCompletion
(enabled: true);
6449
if (task.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1570
if (completingTask.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);
1640
if (completingTask.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);