3 references to AsyncOperation
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (3)
472InvokeAsyncCompletedEventArgs e = new InvokeAsyncCompletedEventArgs(results, error, false, context.AsyncOperation.UserSuppliedState); 473context.AsyncOperation.PostOperationCompleted(context.CompletionCallback, e); 477context.AsyncOperation.OperationCompleted();