1 instantiation of AsyncOperationContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
413AsyncOperationContext context = new AsyncOperationContext(asyncOperation, endOperationDelegate, operationCompletedCallback);
4 references to AsyncOperationContext
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
413AsyncOperationContext context = new AsyncOperationContext(asyncOperation, endOperationDelegate, operationCompletedCallback); 448AsyncOperationContext context = (AsyncOperationContext)result.AsyncState; 468private static void CompleteAsyncCall(AsyncOperationContext context, object[] results, Exception error)