10 references to IsWaitNotificationEnabled
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (8)
765if (IsWaitNotificationEnabled && ShouldNotifyDebuggerOfWaitCompletion) 782task.IsWaitNotificationEnabled && 814bool isWaitNotificationEnabled = IsWaitNotificationEnabled; 833Debug.Assert(IsWaitNotificationEnabled, "Should only be called if the wait completion bit is set."); 4964if (task.IsWaitNotificationEnabled) AddToList(task, ref notificationTasks, initSize: 1); 4983if (task.IsWaitNotificationEnabled) AddToList(task, ref notificationTasks, initSize: 1); 6038if (completedTask.IsWaitNotificationEnabled) 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);