18 references to InternalCurrentIfAttached
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
465: this(action, null, InternalCurrentIfAttached(creationOptions), default, creationOptions, InternalTaskOptions.None, null) 489: this(action, null, InternalCurrentIfAttached(creationOptions), cancellationToken, creationOptions, InternalTaskOptions.None, null) 540: this(action, state, InternalCurrentIfAttached(creationOptions), default, creationOptions, InternalTaskOptions.None, null) 565: this(action, state, InternalCurrentIfAttached(creationOptions), cancellationToken, creationOptions, InternalTaskOptions.None, null)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task_T.cs (4)
151: this(function, InternalCurrentIfAttached(creationOptions), default, creationOptions, InternalTaskOptions.None, null) 178: this(function, InternalCurrentIfAttached(creationOptions), cancellationToken, creationOptions, InternalTaskOptions.None, null) 240: this(function, state, InternalCurrentIfAttached(creationOptions), default, 270: this(function, state, InternalCurrentIfAttached(creationOptions), cancellationToken,
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (4)
16base(action, state, InternalCurrentIfAttached(creationOptions), default, creationOptions, internalOptions, null) 62base(function, state, InternalCurrentIfAttached(creationOptions), default, creationOptions, internalOptions, null) 108base(action, state, InternalCurrentIfAttached(creationOptions), default, creationOptions, internalOptions, null) 154base(function, state, InternalCurrentIfAttached(creationOptions), default, creationOptions, internalOptions, null)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (4)
371Task.InternalCurrentIfAttached(creationOptions), action, null, cancellationToken, scheduler, creationOptions, 497Task.InternalCurrentIfAttached(creationOptions), action, state, cancellationToken, scheduler, 629Task.InternalCurrentIfAttached(creationOptions), function, cancellationToken, 770Task.InternalCurrentIfAttached(creationOptions), function, state, cancellationToken,
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (2)
356Task.InternalCurrentIfAttached(creationOptions), function, cancellationToken, 482return Task<TResult>.StartNew(Task.InternalCurrentIfAttached(creationOptions), function, state, cancellationToken,