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