5 references to CancelAfter
mscorlib (1)
system\threading\CancellationTokenSource.cs (1)
433CancelAfter((int)totalMilliseconds);
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (1)
267cancellationTokenSource.CancelAfter(connectionTimeoutMilliseconds);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
4036timeoutCancellationSource.CancelAfter(timeout); 4130timeoutCancellationSource.CancelAfter(timeout);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
568this.cancellationTokenSource.CancelAfter(Timeout.Infinite);