7 references to CancellationToken
mscorlib (7)
system\threading\Tasks\FutureFactory.cs (7)
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 226/// This property returns the default <see cref="CancellationToken"/> that will be assigned to all 297/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 360/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 428/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param> 492/// <param name="cancellationToken">The <see cref="CancellationToken"/> that will be assigned to the new task.</param>