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