22 references to Complete
dotnet-svcutil-lib (22)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (1)
189Complete(completedSynchronously);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\CompletedAsyncResult.cs (3)
13Complete(true); 32Complete(true); 54Complete(true);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (3)
851thisPtr.Complete(false); 902Complete(false); 909thisPtr.Complete(false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
47this.Complete(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
27Complete(true); 101Complete(_completedSynchronously);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
314this.Complete(false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1124this.Complete(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
28Complete(true); 76Complete(_completedSynchronously);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
2291Complete(false); 2321Complete(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1097this.Complete(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
689base.Complete(true); 903this.Complete(completedSynchronously);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
413Complete(true); 767Complete(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
309base.Complete(true);