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