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