2 writes to nextAsyncCompletion
System.ServiceModel.Internals (2)
System\Runtime\AsyncResult.cs (2)
278
this.
nextAsyncCompletion
= callback;
336
this.
nextAsyncCompletion
= null;
1 reference to nextAsyncCompletion
System.ServiceModel.Internals (1)
System\Runtime\AsyncResult.cs (1)
335
AsyncCompletion result = this.
nextAsyncCompletion
;