11 references to CancellationToken
mscorlib (11)
system\threading\Tasks\TaskFactory.cs (11)
100/// <param name="cancellationToken">The default <see cref="CancellationToken"/> that will be assigned 176/// <param name="cancellationToken">The default <see cref="CancellationToken"/> that will be assigned 243/// This property returns the default <see cref="CancellationToken"/> that will be assigned to all 312/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 369/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 449/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 511/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 586/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 652/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 730/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new <see cref="Task"/></param> 800/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param>