9 references to OperationCanceledException
mscorlib (2)
system\io\__error.cs (1)
185throw new OperationCanceledException();
system\operationcanceledexception.cs (1)
52:this()
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
818throw new OperationCanceledException();
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
1042Abort(new OperationCanceledException());
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogException.cs (1)
40throw new OperationCanceledException();
System\IO\__Error.cs (1)
209throw new OperationCanceledException();
System\Linq\Parallel\QueryOperators\QueryOperator.cs (1)
157throw new OperationCanceledException();
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementDispatcherAsyncResult.cs (1)
185Complete(false, new OperationCanceledException());
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
282Complete(false, new OperationCanceledException());