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