1 write to asyncResult
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
47
this.
asyncResult
= asyncResult;
4 references to asyncResult
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (4)
165
if (this.
asyncResult
== null)
169
return
asyncResult
;
191
if (this.
asyncResult
!= null)
197
this.
asyncResult
.HasWorkflowRequestContextBeenSerialized = true;