13 references to Complete
System.ServiceModel.Primitives (13)
Internals\System\Runtime\AsyncResult.cs (1)
208thisPtr.Complete(false, completionException);
Internals\System\Runtime\InputQueue.cs (1)
937Complete(false, item.Exception);
Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
42thisPtr.Complete(false, completionException);
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
102Complete(_completedSynchronously, _exception);
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
86Complete(_completedSynchronously, _exception);
System\ServiceModel\Channels\ServiceChannel.cs (3)
1929Complete(completedSynchronously, exception); 2368Complete(false, _manager._channel.CreateClosedException()); 2375_this.Complete(false, _this._manager._channel.GetOpenTimeoutException(_this._timeout));
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
721thisPtr.Complete(false, completionException); 904Complete(completedSynchronously, _sendException); 908Complete(completedSynchronously, _parent.GetReceiveTimeoutException(_timeout));
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
334Complete(completedSynchronously, exception);
System\ServiceModel\Security\SecurityUtils.cs (1)
1124thisResult.Complete(false, completionException);