18 references to InternalCurrentIfAttached
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (4)
153
: this(function,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, InternalTaskOptions.None, null)
180
: this(function,
InternalCurrentIfAttached
(creationOptions), cancellationToken, creationOptions, InternalTaskOptions.None, null)
242
: this(function, state,
InternalCurrentIfAttached
(creationOptions), default,
272
: this(function, state,
InternalCurrentIfAttached
(creationOptions), cancellationToken,
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (2)
355
Task.
InternalCurrentIfAttached
(creationOptions), function, cancellationToken,
481
return Task<TResult>.StartNew(Task.
InternalCurrentIfAttached
(creationOptions), function, state, cancellationToken,
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
389
: this(action, null,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, InternalTaskOptions.None, null)
413
: this(action, null,
InternalCurrentIfAttached
(creationOptions), cancellationToken, creationOptions, InternalTaskOptions.None, null)
464
: this(action, state,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, InternalTaskOptions.None, null)
489
: this(action, state,
InternalCurrentIfAttached
(creationOptions), cancellationToken, creationOptions, InternalTaskOptions.None, null)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (4)
16
base(action, state,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, internalOptions, null)
62
base(function, state,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, internalOptions, null)
108
base(action, state,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, internalOptions, null)
154
base(function, state,
InternalCurrentIfAttached
(creationOptions), default, creationOptions, internalOptions, null)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (4)
371
Task.
InternalCurrentIfAttached
(creationOptions), action, null, cancellationToken, scheduler, creationOptions,
497
Task.
InternalCurrentIfAttached
(creationOptions), action, state, cancellationToken, scheduler,
629
Task.
InternalCurrentIfAttached
(creationOptions), function, cancellationToken,
770
Task.
InternalCurrentIfAttached
(creationOptions), function, state, cancellationToken,