1 instantiation of AsyncOperationContext
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
999AsyncOperationContext context = new AsyncOperationContext(asyncOperation, endOperationDelegate, operationCompletedCallback);
4 references to AsyncOperationContext
System.ServiceModel (4)
System\ServiceModel\ClientBase.cs (4)
999AsyncOperationContext context = new AsyncOperationContext(asyncOperation, endOperationDelegate, operationCompletedCallback); 1034AsyncOperationContext context = (AsyncOperationContext)result.AsyncState; 1054static void CompleteAsyncCall(AsyncOperationContext context, object[] results, Exception error)