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)
838SetNotificationForWaitCompletion(enabled: false); 6090SetNotificationForWaitCompletion(enabled: true); 6449if (task.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1570if (completingTask.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true); 1640if (completingTask.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true);