1 write to getInstanceContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
377
this.
getInstanceContext
= new WorkflowGetInstanceContext
7 references to getInstanceContext
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (7)
394
result = this.invoker.instanceManager.BeginGetInstance(this.instanceKey, this.additionalKeys, this.
getInstanceContext
,
399
result = this.invoker.instanceManager.BeginGetInstance(this.instanceId, this.
getInstanceContext
, this.updatedIdentity,
623
else if (this.
getInstanceContext
.WorkflowCreationContext != null)
712
else if (thisPtr.
getInstanceContext
.WorkflowCreationContext != null)
903
if (control.
getInstanceContext
.WorkflowCreationContext.CreateOnly)
960
IAsyncResult result = this.control.
getInstanceContext
.WorkflowHostingResponseContext.BeginGetResponse(this.timeoutHelper.RemainingTime(),
968
thisPtr.returnValue = thisPtr.control.
getInstanceContext
.WorkflowHostingResponseContext.EndGetResponse(result, out thisPtr.outputs);