21 references to Complete
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (1)
233
thisPtr.
Complete
(false, completionException);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
842
Complete
(false, item.Exception);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
41
thisPtr.
Complete
(false, completionException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
79
thisPtr.
Complete
(false, completeException);
119
thisPtr.
Complete
(false, completeException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
99
Complete
(_completedSynchronously, _exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
325
this.
Complete
(false, new TimeoutException(string.Format(SRServiceModel.SFxCloseTimedOut1, _timeout)));
356
this.
Complete
(false, new ObjectDisposedException(this.GetType().ToString()));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
74
Complete
(_completedSynchronously, _exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
1892
Complete
(completedSynchronously, exception);
2304
Complete
(false, _manager._channel.CreateClosedException());
2311
_this.
Complete
(false, _this._manager._channel.GetOpenTimeoutException(_this._timeout));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (4)
892
this.
Complete
(false, exception);
1124
this.
Complete
(false, exception);
1183
this.
Complete
(true, exception);
1252
this.
Complete
(false, exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
720
thisPtr.
Complete
(false, completionException);
899
this.
Complete
(completedSynchronously, _sendException);
901
this.
Complete
(completedSynchronously, _parent.GetReceiveTimeoutException(_timeout));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
345
this.
Complete
(completedSynchronously, exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
1091
thisResult.
Complete
(false, completionException);