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