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)
839SetNotificationForWaitCompletion(enabled: false); 6040SetNotificationForWaitCompletion(enabled: true); 6397if (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);