11 references to CancellationToken
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (11)
79/// <param name="cancellationToken">The default <see cref="CancellationToken"/> that will be assigned 159/// <param name="cancellationToken">The default <see cref="CancellationToken"/> that will be assigned 220/// This property returns the default <see cref="CancellationToken"/> that will be assigned to all 287/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 340/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 407/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 465/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 536/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 598/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 672/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 738/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param>