10 references to IsWaitNotificationEnabled
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (8)
763if (IsWaitNotificationEnabled && ShouldNotifyDebuggerOfWaitCompletion) 780task.IsWaitNotificationEnabled && 812bool isWaitNotificationEnabled = IsWaitNotificationEnabled; 832Debug.Assert(IsWaitNotificationEnabled, "Should only be called if the wait completion bit is set."); 5008if (task.IsWaitNotificationEnabled) AddToList(task, ref notificationTasks, initSize: 1); 5027if (task.IsWaitNotificationEnabled) AddToList(task, ref notificationTasks, initSize: 1); 6088if (completedTask.IsWaitNotificationEnabled) 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);