5 references to End
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
277value = CompletedAsyncResult<T>.End(result); 303return CompletedAsyncResult<bool>.End(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (1)
137return ErrorHandlingCompletedAsyncResult.End(handlerResult);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
312return CompletedAsyncResult<SecurityToken>.End(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
514return CompletedAsyncResult<SecurityToken>.End(result);