2 writes to nextInnerAsyncCompletion
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3691
this.
nextInnerAsyncCompletion
= null;
3698
this.
nextInnerAsyncCompletion
= innerCallback;
2 references to nextInnerAsyncCompletion
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3688
AsyncCompletion next = this.
nextInnerAsyncCompletion
;
3690
Fx.Assert(this.
nextInnerAsyncCompletion
!= null, "Must have had one if we are calling GetNext");