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