1 instantiation of GetResponseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (1)
93return new GetResponseAsyncResult(context, timeout, callback, state);
7 references to GetResponseAsyncResult
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (7)
67return GetResponseAsyncResult.Create(this, timeout, callback, state); 72return GetResponseAsyncResult.End(result, out outputs); 91public static GetResponseAsyncResult Create(WorkflowHostingResponseContext context, TimeSpan timeout, AsyncCallback callback, object state) 98GetResponseAsyncResult thisPtr = AsyncResult.End<GetResponseAsyncResult>(result); 104GetResponseAsyncResult thisPtr = (GetResponseAsyncResult)state;