6 references to SetNotificationForWaitCompletion
mscorlib (6)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
693
this.Task.
SetNotificationForWaitCompletion
(enabled);
system\threading\Tasks\Task.cs (3)
964
SetNotificationForWaitCompletion
(enabled: false);
6156
if (task.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);
6406
if (task.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);
system\threading\Tasks\TaskFactory.cs (2)
1659
if (completingTask.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);
1737
if (completingTask.IsWaitNotificationEnabled) this.
SetNotificationForWaitCompletion
(enabled: true);