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