6 references to SetNotificationForWaitCompletion
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
745(taskField ??= CreateWeaklyTypedStateMachineBox()).SetNotificationForWaitCompletion(enabled);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
986SetNotificationForWaitCompletion(enabled: false); 6275SetNotificationForWaitCompletion(enabled: true); 6634if (task.IsWaitNotificationEnabled) this.SetNotificationForWaitCompletion(enabled: true);
src\runtime\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);