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