10 references to IsWaitNotificationEnabled
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (8)
911if (IsWaitNotificationEnabled && ShouldNotifyDebuggerOfWaitCompletion) 928task.IsWaitNotificationEnabled && 960bool isWaitNotificationEnabled = IsWaitNotificationEnabled; 980Debug.Assert(IsWaitNotificationEnabled, "Should only be called if the wait completion bit is set."); 5172if (task.IsWaitNotificationEnabled) AddToList(task, ref notificationTasks, initSize: 1); 5193if (task.IsWaitNotificationEnabled) AddToList(task, ref notificationTasks, initSize: 1); 6273if (completedTask.IsWaitNotificationEnabled) 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);