17 references to Complete
System.ServiceModel.Primitives (17)
Internals\System\Runtime\AsyncResult.cs (1)
164Complete(completedSynchronously);
Internals\System\Runtime\CompletedAsyncResult.cs (3)
14Complete(true); 33Complete(true); 55Complete(true);
Internals\System\Runtime\InputQueue.cs (3)
946thisPtr.Complete(false); 985Complete(false); 992thisPtr.Complete(false);
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
28Complete(true); 106Complete(_completedSynchronously);
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
29Complete(true); 90Complete(_completedSynchronously);
System\ServiceModel\Channels\ServiceChannel.cs (2)
2355Complete(false); 2385Complete(true);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
691base.Complete(true); 912Complete(completedSynchronously);
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
432Complete(true); 815Complete(true);