7 references to CancellationToken
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (7)
74/// <param name="cancellationToken">The default <see cref="CancellationToken"/> that will be assigned 154/// <param name="cancellationToken">The default <see cref="CancellationToken"/> that will be assigned 200/// This property returns the default <see cref="CancellationToken"/> that will be assigned to all 269/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 328/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 392/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 452/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param>