2 instantiations of WorkflowHostingResponseContext
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
304WorkflowHostingResponseContext responseContext = new WorkflowHostingResponseContext();
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
138WorkflowHostingResponseContext responseContext = new WorkflowHostingResponseContext(context);
9 references to WorkflowHostingResponseContext
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
304WorkflowHostingResponseContext responseContext = new WorkflowHostingResponseContext();
System\ServiceModel\Activities\WorkflowGetInstanceContext.cs (1)
44public WorkflowHostingResponseContext WorkflowHostingResponseContext
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (3)
69Guid instanceId, WorkflowHostingResponseContext responseContext) 77WorkflowHostingResponseContext responseContext, out object value) 138WorkflowHostingResponseContext responseContext = new WorkflowHostingResponseContext(context);
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (3)
79WorkflowHostingResponseContext context; 81GetResponseAsyncResult(WorkflowHostingResponseContext context, TimeSpan timeout, AsyncCallback callback, object state) 91public static GetResponseAsyncResult Create(WorkflowHostingResponseContext context, TimeSpan timeout, AsyncCallback callback, object state)
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (1)
65protected override Bookmark OnResolveBookmark(object[] inputs, OperationContext operationContext, WorkflowHostingResponseContext responseContext, out object value)