2 writes to _nextAsyncCompletion
System.ServiceModel.Primitives (2)
Internals\System\Runtime\AsyncResult.cs (2)
237_nextAsyncCompletion = callback; 295_nextAsyncCompletion = null;
1 reference to _nextAsyncCompletion
System.ServiceModel.Primitives (1)
Internals\System\Runtime\AsyncResult.cs (1)
294AsyncCompletion result = _nextAsyncCompletion;