1 write to AsyncOperation
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
878AsyncOperation = asyncOperation;
3 references to AsyncOperation
System.ServiceModel.Primitives (3)
System\ServiceModel\ClientBase.cs (3)
863InvokeAsyncCompletedEventArgs e = new InvokeAsyncCompletedEventArgs(results, error, false, context.AsyncOperation.UserSuppliedState); 864context.AsyncOperation.PostOperationCompleted(context.CompletionCallback, e); 868context.AsyncOperation.OperationCompleted();